Top "Ngx-datatable" questions

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

Ngx-datatable set column width dynamically

I'm storing the column widths of my ngx-datatable inside a database. I get these values using an AJAX call. How …

javascript angular typescript ngx-datatable
How to add pagination and footer template in ngx-datatable?

I have the Following html code, <ngx-datatable class="material" [rows]="rows" [columns]="[{name:'Name'},{name:'Age'},{name:'Company'}]" [columnMode]="…

angular pagination ngx-datatable
Implementing NGX Datatable filtering on all columns

I've been trying to get this working with no luck. I've been referencing these resources for help: http://swimlane.github.…

angular typescript ngx-datatable
Is it possible to change the ngx-datatable-column name?

I am building an angular2 web application and I have a ngx-datatable element. The columns (header) names are numbers. Is …

javascript angularjs datatable single-page-application ngx-datatable
Angular ngx-datatable multiple data in one column

I've got a little problem adding more then one prop to column in ngx-datatable: columns = [ { prop: 'semesterName', name: 'סמסטר', …

javascript angular datatables angular-datatables ngx-datatable
ngx-datatable footer customize

How to customize ngx datatable. I am not able to find, where I have to change the code to get …

ngx-datatable
ngx-datatable - custom columns with action buttons

I have a table (ngx-datatable) in which I want to define an "actions" column in which buttons will then be …

angular angular-material ngx-datatable viewchild ng-template
ngx-DataTable sort on a column not working Angular 4

Though i'm very much new to angular, i'm facing some difficulties using ngx-DataTable. I am using simple ngx-DataTable for simple …

javascript angular ngx-datatable
How to get row data onSelect event in ngx datatable

I am new to angular and ngx datatable. how to get row data on mouse click event onClick(event) { // I …

angular ngx-datatable
Set fixed height for ngx-datatable in Angular 4

I've set up a table using the swimlane/ngx-datatable in an angular 4 application. The table uses the property scrollbarV since …

angular ngx-datatable