Use this for questions about the ngx-datatable package for Angular 2+
I am struggling with something basic in ngx-datatable. In an angular-cli application I am binding an Array with 3 elements to …
angular-cli ngx-datatable<ngx-datatable id="ngxdatatable" class='material striped' [rows]="rows" [columns] ="columns" > </ngx-datatable> I tried to bind columns, …
ngx-datatableWith the Angular component ngx-datatable from Swilane it is possible to use the server-side paging and the server-side sorting. Both …
angular sorting datatable pagination ngx-datatableI need to remove the padding from ngx-datatable header cells and body cells. My actual solution looks like this: .datatable-body-cell { …
css angular sass ngx-datatableI try to append my custom css to ngx-datatable cell. <ngx-datatable-column *ngFor="let column of tableOptions.columnDefs" [cellClass]="'my-custom-cell'" ... …
angular ngx-datatableI'm working on an Angular 2 project. I use ngx-datatable to display a list of users: <ngx-datatable class="material" [rows]="…
angular angular2-template ngx-datatableI try to use ngx-datatable in my angular 4 project using system.js to load the module, but it throws errors …
javascript angular datatable systemjs ngx-datatableI am trying to use the ngx-datatable package to display some data in my Angular 4 app and I am particularly …
angular ngx-datatablei am using ngx-datatable in my angular project. Columns are -> "Estimated Production Rate", "Wk1Rate", "WK2Rate", "WK3…
css angular ngx-datatableI am using ngx-datatable inside my Angular application. I was wondering if it is possible to use vertical scrolling together …
html css angular ngx-datatable