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.
@@ -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 methohd create filter predicate function which will set search value to table filters
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",
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": [