ids-enterprise-typings 13.4.3 → 13.5.0
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.
|
@@ -1295,6 +1295,12 @@ interface SohoDataGridStatic {
|
|
|
1295
1295
|
*/
|
|
1296
1296
|
cellNode(row: number, cell: number, includeGroups: boolean): any;
|
|
1297
1297
|
|
|
1298
|
+
/**
|
|
1299
|
+
* Expand Detail Row Or Tree Row
|
|
1300
|
+
* @param {number} dataRowIndex The row to toggle
|
|
1301
|
+
*/
|
|
1302
|
+
toggleRowDetail(dataRowIndex: number): void;
|
|
1303
|
+
|
|
1298
1304
|
/**
|
|
1299
1305
|
* Destructor,
|
|
1300
1306
|
*/
|