Top "Angular-datatables" questions

angular-datatables is a AngularJS/Angular2+ wrapper for jQuery dataTables.

Cannot read property 'aDataSort' of undefined in angular datatables

I am trying to implement angular-datatables in my project but it returns "TypeError: Cannot read property 'aDataSort' of undefined I …

jquery angularjs datatables angular-datatables
Angular datatables with filter column width

I tried to set width for column in angular datatables with filters. But width of the column not changed. I …

javascript angularjs datatables angular-datatables
@angular/platform-browser/platform-browser"' has no exported member 'HammerLoader'

I tried to run "ng build", I'm getting following error. "ERROR in node_modules/@angular/material/core/typings/common-behaviors/common-module.…

angular angular-material angular6 angular-datatables
How to render a column with model binding using angular-datatables?

Is there a way to render a column with model binding in textbox using DTColumnBuilder? Something like: DTColumnBuilder.newColumn('ColumnName').…

angularjs angular-datatables
Angular 5 Material Data Table sorting not working

So I have a working Angular Material Data Table in my Angular 5 app, but when I tried adding the sorting …

angular angular-datatables
How to call the destroy function of angular datatables?

I have a controller and I want to call the destroy function of Jquery Datatables in the controller in a …

angularjs angular-datatables
Datatables change interface language

I am currently using angular-datatables. How can I see the interface of the table in other languages? I mean the "…

angularjs internationalization angular-datatables
Angular datatables hide column

I am willing to hide some columns (actually from the example below the column with index 6) from user view but …

angularjs angular-datatables
Angular Datatable not working with data

I am using Angular-datatable for showing data and its working fine with static data, but when if giving data dynamically …

jquery angularjs datatable angular-datatables
NGX-Datatable with Angular 2 - Wrap Column's Name

I have a ngx-datatable with Angular 2 that has some very long column names. I would like to duplicate what they …

angular datatable angular-material2 angular-datatables