ms-data-grid 0.0.49 → 0.0.50
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.
|
@@ -403,6 +403,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
403
403
|
};
|
|
404
404
|
selectFilter(data: any): Promise<void>;
|
|
405
405
|
savePreset(control?: any): void;
|
|
406
|
+
getFilterHeaders(filters: any[], columns: any[]): string;
|
|
406
407
|
toggleRowShading(): void;
|
|
407
408
|
trackByTable(index: number): number;
|
|
408
409
|
activeRow: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms-data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
4
4
|
"description": "A powerful, customizable Angular data grid component with advanced features like sorting, filtering, pagination, column pinning, and taskbar actions. Perfect for enterprise applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|