mat-table-ext 0.0.4 → 0.0.5
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/README.md +10 -0
- package/assets/_theming.scss +7 -0
- package/esm2020/lib/mat-table-ext.component.mjs +2 -2
- package/fesm2015/mat-table-ext.mjs +1 -1
- package/fesm2015/mat-table-ext.mjs.map +1 -1
- package/fesm2020/mat-table-ext.mjs +1 -1
- package/fesm2020/mat-table-ext.mjs.map +1 -1
- package/lib/mat-table-ext.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -764,7 +764,7 @@ class MatTableExtComponent {
|
|
|
764
764
|
}
|
|
765
765
|
}
|
|
766
766
|
/**
|
|
767
|
-
* @description This
|
|
767
|
+
* @description This method create filter predicate function which will set search value to table filters
|
|
768
768
|
* for both global and individual colum filtering.
|
|
769
769
|
* @returns returns boolean value to filter rows in table.
|
|
770
770
|
*/
|