Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased column size, data not showing. #591

Open
kumaranish8888 opened this issue Nov 29, 2017 · 1 comment
Open

Increased column size, data not showing. #591

kumaranish8888 opened this issue Nov 29, 2017 · 1 comment

Comments

@kumaranish8888
Copy link

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.

@itsnotme01
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants