ng-material-extensions icon indicating copy to clipboard operation
ng-material-extensions copied to clipboard

Extended features for @angular/material components

Results 56 ng-material-extensions issues
Sort by recently updated
recently updated
newest added

We export table data where one of the column is a date. It would it were possible to let the exporter know that it should set the column format appropriately...

feature request
exporter

When i export to XLS or XLSX, number columns are formatted as text. So i need to convert all cells to number .... is there an option ? i see...

feature request
exporter

Any code within `exportCompleted()` seems to be triggered before the export is actually complete. https://stackblitz.com/edit/mte-demo-ohmwfn **Expected Behavior based on the linked example:** The `birth` column should not get exported, and...

bug
exporter

Hi, is there any plan to add Angular 14 support? Are PRs welcome?

Installing the package causes `peerDependency` error Current workaround is to add the following in the package.json file: ``` "overrides": { "mat-table-filter": { "@angular/cdk": ">=14.2.7", "@angular/material": ">=14.2.7", "@angular/common": ">=14.2.0", "@angular/core": ">=14.2.0"...

Currently Angular v16 is not supported: > npm ERR! ERESOLVE could not resolve > npm ERR! > npm ERR! While resolving: [email protected] > npm ERR! Found: @angular/[email protected] > npm ERR!...

Cannot resolve vulnerability detailed here: https://github.com/advisories/GHSA-4r6h-8v6p-xvw6 mat-table-exporter 15.0.0 (newest version?) depending on xlsx ^0.18.5 and patched version (0.19.3) is not available through npm as detailed here: https://docs.sheetjs.com/docs/getting-started/installation/nodejs/

Hello friends, Reference to similar problem : #168 I'm sorry to comment on thus issue but I find it weir that I'm facing the same problem although I'm on the...

Not able to export when using angular material 15 with MatLegacyTable. Observed there's no issue when using MatTable.Please add support for MatLegacyTable **Error:** ``` ERROR TypeError: Cannot read properties of...

feature request

I was following the instructions [here](https://www.npmjs.com/package/mat-table-filter), but when trying to install 10.2.4 I got this error: npm ERR! code ETARGET npm ERR! notarget No matching version found for [email protected]. npm...