mat-table-ext 0.0.3 → 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 +13 -4
- 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
|
@@ -183,7 +183,7 @@ export declare class MatTableExtComponent implements OnInit, OnChanges, AfterVie
|
|
|
183
183
|
*/
|
|
184
184
|
onDrop(event: CdkDragDrop<any>): void;
|
|
185
185
|
/**
|
|
186
|
-
* @description This
|
|
186
|
+
* @description This method create filter predicate function which will set search value to table filters
|
|
187
187
|
* for both global and individual colum filtering.
|
|
188
188
|
* @returns returns boolean value to filter rows in table.
|
|
189
189
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mat-table-ext",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "The mat-table-ext is a powerful material table extension component used to display tabular data with extra features.",
|
|
5
5
|
"homepage": "https://fastcode-inc.github.io/custom-table-doc",
|
|
6
6
|
"keywords": [
|