Questions tagged [ngx-datatable]

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

ngx-datatable is developed by swimlane which is an Angular component for presenting large and complex data. It has all the features you would expect from any other table but in a light package with no external dependencies. The table was designed to be extremely flexible and light; it doesn't make any assumptions about your data or how you: filter, sort or page it.

Latest version of ngx-datatable is 13.0.1

Few useful links are as follows

462 questions
0
votes
1 answer

ngx-datatable disabling default white tooltips

I am working on styling a web app, and was asked to get rid of the default white tooltips on this ngx-datatable, but haven't really found anything on this topic. Are you able to get rid of these?
0
votes
0 answers

ngx-datatable angular 4 fuse2 didnt show data in rows on first load

I am using ngx-datatable on every page in my single page application. When I visit the first page and call the server backend it returns the data but does not show it in my html. I use the same data in my select angular material element and after I…
Andrej
  • 29
  • 5
0
votes
1 answer

ngx-datatable columns not rendering - Angular

So I am trying to create a dynamic datatable with help of swimlane ngx-datatable. My data comes from backend and I am able to see the data on my console. Few of the columns are getting rendered in the table and few of them arent. I am not able to…
Bhavik Patel
  • 1,044
  • 1
  • 15
  • 33
0
votes
1 answer

NGX-Datatables. How to get current table instance?

I have component with table, that receive RowData from another component by @Input. How can i get instance of current table. That's part of my html
Ivan
  • 13
  • 2
  • 4
0
votes
1 answer

Filtering is not working when typing (keyup)

I am trying to implement ngx-datatable into my app at work and so far what I have is a table with a bunch of rows and the first column is a toggle where I can see more detail about the row. I am trying to implement a search filter and am trying to…
Nabz
  • 126
  • 2
  • 13
0
votes
2 answers

Is it possible to auto generate columns with ngx-datatable?

I am using the ngx-datatable package, to present my data (retrieved from a WebAPI) in a sortable, filterable datagrid. My set-up is an Angular 4 application (with a Web API in .NET core which should not matter). I am wondering if it's possible to…
Nick N.
  • 12,902
  • 7
  • 57
  • 75
0
votes
0 answers

Error after running re-built ngx-datatable

I'm having trouble building ngx datatable, I'm running typescript version 2.5.3 (verified with tsc -version) and I have ngx-datatable version 10.2.3. I've been building the project from inside visual studio and I can see the build command is tsc -P…
0
votes
1 answer

Set title attribute when using ngx-datatable

We would like to use the title attribute to add a tooltip. Currently the title popup when you hover over the header is the same as the header text. I have found other examples of setting the title attribute on a table header that apply to earlier…
0
votes
1 answer

ngx-datatable in angular2 filter back results on backspace

I am using ngx-datatable (http://swimlane.github.io/ngx-datatable/#filter) in my angular project and trying to add a filter. The filter is added successfully on the column specified, however when I erase the filter characters with backspace, my…
Thinker
  • 5,326
  • 13
  • 61
  • 137
0
votes
3 answers

Ngx-datatable with Angular 2 disabling pagination

I have a table with a list of result using ngx-datatable. Currently, the table displays the results with pagination. I'd like to add a button to "show all" results without pagination, How do you think I should do that?
Marc El Bichon
  • 397
  • 1
  • 7
  • 24
0
votes
1 answer

how to get the sorted input array in ngx datatable?

https://github.com/swimlane/ngx-datatable/blob/master/demo/sorting/sorting-client.component.ts in ngx-datatable, the datatable can be sorted with a click on the header column, however, I want to do some inline edit on the row and return the values…
user976315
  • 33
  • 1
  • 10
0
votes
0 answers

ngx-datatable-footer does not work in Angular Aplication

In my angular application was installed the ngx-datatable component, when mounting a test I got it simple everything occurred as expected, however when using the ngx-datatable-footer element I was returned the following message: Uncaught Error:…
0
votes
1 answer

Angular showing data in table not in object

I am working on an Angular application with ngx-datatable installed and working. I have a Supplier object and I need to display a table using ngx-datatable where some columns are showing some properties of the object and some columns are showing…
skatz
  • 125
  • 3
  • 13
0
votes
1 answer

NGX datatable with variable column width

I would like to use ngx datable specifying a percentage in columns widths instead of a fixed width in pixels. So far I am able to do this using cellClass and headerClass but the table itself is still created with a fixed length that overflow my…
jesantana
  • 1,241
  • 2
  • 14
  • 27
0
votes
1 answer

Displaying navigation properties in ngx-datatable

I have a table like this that displays data including several navigation properties : …
user517406
  • 13,623
  • 29
  • 80
  • 120
1 2 3
30
31
team coach w