@nettyapps/ntybase 21.1.7 → 21.1.9
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/package.json
CHANGED
|
@@ -362,8 +362,12 @@ declare abstract class NettyAgGridBase<T extends NettyEntityBaseInterface<T>> ex
|
|
|
362
362
|
* Handle back button click
|
|
363
363
|
*/
|
|
364
364
|
backClicked(): void;
|
|
365
|
-
/**
|
|
366
|
-
|
|
365
|
+
/**
|
|
366
|
+
* Set data into the grid
|
|
367
|
+
* @param data Array of records to set
|
|
368
|
+
* @param hideWarning hide the warning message if no records found
|
|
369
|
+
*/
|
|
370
|
+
setData(data: T[], hideWarning?: boolean): void;
|
|
367
371
|
setAccessRights(forLog?: boolean): Promise<boolean>;
|
|
368
372
|
/**
|
|
369
373
|
* Get stored filter mode from local storage
|