@juzhenfe/page-model 3.14.12 → 3.14.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +5 -1
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4926,6 +4926,10 @@ class TableManager extends IManager {
|
|
|
4926
4926
|
event.preventDefault();
|
|
4927
4927
|
const rowIndex = this.tableData.findIndex((a) => a[this.rowKey] === row[this.rowKey]);
|
|
4928
4928
|
this.exposeActions.showContextMenu(row, rowIndex, event);
|
|
4929
|
+
try {
|
|
4930
|
+
this.tableRef.setCurrentRow(row);
|
|
4931
|
+
} catch (error) {
|
|
4932
|
+
}
|
|
4929
4933
|
}.bind(this);
|
|
4930
4934
|
}
|
|
4931
4935
|
patchTableSortable() {
|
|
@@ -14210,7 +14214,7 @@ const defineEditableTable = function(config) {
|
|
|
14210
14214
|
};
|
|
14211
14215
|
var iconfont = "";
|
|
14212
14216
|
const name = "@juzhenfe/page-model";
|
|
14213
|
-
const version = "3.14.
|
|
14217
|
+
const version = "3.14.13";
|
|
14214
14218
|
const types = "dist/main.d.ts";
|
|
14215
14219
|
const main = "dist/index.umd.js";
|
|
14216
14220
|
const keywords = [
|