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

Hi, I'm using npm install --save [email protected] for the angular 6 versions. after import the "import { MatTableExporterModule } from 'mat-table-exporter'; " then I have the error display on cmd...

exporter

Any solution for PDF export with this directive?

feature request
exporter

I have a page that I have two tables. When I click export button ``` Export ``` ``` ``` and the second table ``` ``` I get two files. When...

good first issue
exporter

I'm trying to call toggleRow method like below, `this.matTableExporterList = [{position: 1, name: 'Hydrogen', weight: 1.0079, symbol: 'H'}, {position: 2, name: 'Helium', weight: 4.0026, symbol: 'He'}, {position: 3, name: 'Lithium',...

question
exporter

I'm using toggleRow(index: number) method to mark the row for selection export. In case user deselects any of the row then also it is getting exported. To avoid this I...

exporter

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Iam getting the following error while building angular app using --prod tag, otherwise it is working fine. Angular: V8. NullInjectorError: StaticInjectorError(l)[class{constructor(e,t){this._filterService=e,this._table=t,this.debounceTime=400,this.filterType=yy.ANYWHERE,this.caseSensitive=!1,this.initDebounceSubject()}ngDoCheck(){this._filterService.isChanged(this._oldExampleEntity,this.exampleEntity)&&(this._oldExampleEntity=this._filterService.toPlainJson(this.exampleEntity),this._exampleEntitySubject.next(void 0))}initDebounceSubject(){this._exampleEntitySubject=new ht(null),this._exampleEntitySubject.pipe(Ra(this.debounceTime)).subscribe(e=>{this.updateFilterPredicate()})}updateFilterPredicate(){const e=this.getMatDataSource();e&&(e.filterPredicate=this.getFilterPredicate(),e.filter=this.exampleEntity)}getFilterPredicate(){return this.customPredicate?this.customPredicate:e=>this._filterService.filterPredicate({example:this.exampleEntity,item:e},this.propertyOptions,{filterType:this.filterType,caseSensitive:this.caseSensitive})}getMatDataSource(){return this._table.dataSource}} -> e]: StaticInjectorError(Platform: core)[class{constructor(e,t){this._filterService=e,this._table=t,this.debounceTime=400,this.filterType=yy.ANYWHERE,this.caseSensitive=!1,this.initDebounceSubject()}ngDoCheck(){this._filterService.isChanged(this._oldExampleEntity,this.exampleEntity)&&(this._oldExampleEntity=this._filterService.toPlainJson(this.exampleEntity),this._exampleEntitySubject.next(void...

filter

Hello, if you have a table with a table inside the expandable row it will get exported along the [0] column. That means that if in the main table uses...

feature request
exporter

Hi, I am having some form fields in my mat-data-table, which user can fill in runtime, however on export the fields are coming as blank. Below is the stackbliz of...

feature request
exporter

Hoe to filter a field in table with type Date?

feature request
filter