ng2-table icon indicating copy to clipboard operation
ng2-table copied to clipboard

Increased column size, data not showing.

Open kumaranish8888 opened this issue 8 years ago • 1 comments

I removed table.data and took those data in a separate json file and implemented through http calls and it worked properly. Once I increased number of columns, and prepared a json response for it, ofcourse the columns heading showed up but the data doesn't. Looking at the pagination I can see that it has 9 pages (as i have 87 entries) so I know that I am receiving all the data from the json response but nothing shows up, and when I am clicking on pagination it gives me -> item[column.name].match is not a function. Any help or suggestion is welcome.

kumaranish8888 avatar Nov 29 '17 16:11 kumaranish8888

Hello,

I hope you resolved your problem since you posted this message but for others:

The item[column.name].match error is due to an item with null value in your data. You need to replace your null values by empty strings then your data should be displayed.

This issue seems to be a duplicate of the #412 (where i found the solution)

itsnotme01 avatar Jan 24 '18 13:01 itsnotme01