Problem in Pagination
See original GitHub issueI’m submitting a … (check one with “x”)
[] bug report => search GitHub for a similar issue or PR before submitting
[ ] feature request
[x ] support request => Please do not submit support request here
Current behavior Pagination is working fine but I am getting error in the console stating
Error in ./DataTableFooterComponent class DataTableFooterComponent - inline template:7:15 caused by: Cannot read property ‘toLocaleString’ of undefined ; Zone: angular ; Task: Promise.then ; Value:
Expected behavior
I am not sure why there is that error is coming. I checked that file and the object with which I am using this method is already defined as Number.
Reproduction of the problem
Please tell us about your environment:
- Table version: 0.7.x
- Angular version: 2.0.x
- Browser: [ Chrome ]
- Language: [TypeScript ES6/7 ]
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
How Do I Deal With Large-Scale Pagination Issues?
“We have four sites with many destination pages listing a lot of hotels. Our UX department decided to show a list of 10...
Read more >SEO Pagination Issues: All You Need To Know In 2022
Duplicate content isn't an issue with pagination, because paginated pages will contain different content to the other pages in the sequence. For ...
Read more >Pagination; You're Doing It Wrong! (Part 1)
One common indicator of incorrect pagination will be index bloat — this is not as great of a problem with small to medium-sized...
Read more >Explore What Pagination Is and How to Implement It Properly
Pagination issues often appear on eCommerce websites, blogs, forums due to a great number of web pages. The most common problems are related ......
Read more >What is pagination and how to resolve this issue?
Pagination refers to the concept of breaking a large set of data in smaller chunks so that it can easily be absorbed both...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I still have this issue: I bind my table rows to the JSON of the respose:
and then I use this service method like:
and despite the fact that the varaiables are initialized in the footer I still get the error
@Neverminder Did you solved? I still getting the same issue here, I’ve started creating a pagination here, and when I put the footerHeight the error came.