ngx-st-tables 17.0.126 → 17.0.128
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.
|
@@ -151,6 +151,7 @@ export declare class MaterialTableComponent extends StSubscribeDestroyComponent
|
|
|
151
151
|
removeSelectedRow(row: any): void;
|
|
152
152
|
selectRowChanged(value: boolean, row: any): void;
|
|
153
153
|
clickRowAction(row: any): void;
|
|
154
|
+
getAbsoluteIndex(index: number): number;
|
|
154
155
|
private setColumnsFilterRowEditTypes;
|
|
155
156
|
private createCustomFilterForLocalTable;
|
|
156
157
|
private emitLazyLoading;
|