Top "Ngx-datatable" questions

Use this for questions about the ngx-datatable package for Angular 2+

ngx-datatable: How to display value of a property on a object in a row

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 - how to define 'cell class' for columns at runtime

<ngx-datatable id="ngxdatatable" class='material striped' [rows]="rows" [columns] ="columns" > </ngx-datatable> I tried to bind columns, …

ngx-datatable
How to implement server-side Pagination + server-side Sorting with ngx-datatable

With 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-datatable
Angular - Override CSS of swimlane/ngx-datatable

I 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-datatable
Ngx-datatable cellClass not working

I 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-datatable
Angular 2 - Refresh ngx-datatable list issue

I'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-datatable
Angular 4 and ngx-datatable: 'ngx-datatable' is not a known element

I 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-datatable
Why is the force column mode not working correctly on my ngx-datatable instance?

I am trying to use the ngx-datatable package to display some data in my Angular 4 app and I am particularly …

angular ngx-datatable
Ngx-datatable header cell text are not vertically aligned

i am using ngx-datatable in my angular project. Columns are -> "Estimated Production Rate", "Wk1Rate", "WK2Rate", "WK3…

css angular ngx-datatable
ngx datatable vertical scroll with rowheight set to auto

I 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