ids-enterprise-typings 18.2.7 → 18.2.8
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.
|
@@ -1226,7 +1226,11 @@ interface SohoDataGridStatic {
|
|
|
1226
1226
|
*/
|
|
1227
1227
|
toggleRowSelection(idx: number): void;
|
|
1228
1228
|
|
|
1229
|
-
|
|
1229
|
+
/** Set active cell. nodeFocus to true to force focus on cell, default is false */
|
|
1230
|
+
setActiveCell(row: number, cell: number, nodeFocus?: boolean): void;
|
|
1231
|
+
|
|
1232
|
+
/** Scroll into row */
|
|
1233
|
+
scrollRowIntoView(row: number): void;
|
|
1230
1234
|
|
|
1231
1235
|
/* Gets info about the currently activated cell */
|
|
1232
1236
|
activeCell: any;
|