Virtual Server-side Paging demo duplicates rows
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior on every page change, the data will be duplicates
Expected behavior on page change, no data duplication, simply show new data.
Reproduction of the problem
- http://swimlane.github.io/ngx-datatable/#virtual-paging
- sort by name
- change page or scroll down -> every rows are duplicates, do it again, every rows 4x, again 8x
What is the motivation / use case for changing the behavior? I would like to use virtual server-side paging, but the given exemple doesn’t work. I’have to find by myself how to solve it.
Please tell us about your environment: Windows 7, firefox
- Table version: 10.2.3
- Angular version: ?
- Browser: all
- Language: all
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
How to implement server-side paging and infinite data scrolling
We are using the BindToLINQ method of the GridView. It appears to be sorting and filtering on the SQL server, but not paging....
Read more >jqGrid sends duplicate ajax request for page number while ...
First of all sending of two requests to the server is by design in case of usage virtual scrolling ( scroll: 1 option)....
Read more >How to avoid missing/duplicated data enabling server based ...
The issue of duplicates returned or missed records when querying the data can be avoided by using the "server based pagination". "Image/data in...
Read more >Grid sends a request to the server when serverPaging is set to ...
I have a grid with endless scrolling. I want to load filtered rows to the grid. Any other operation shoud be performed on...
Read more >Python-Driven Filtering, Paging, Sorting - Dash Plotly
With backend paging, we can load data into our table progressively. Instead of loading all of the data at once, we'll only load...
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
After some analysis:
So there my solution or workaround to always fetch correct data:
Watch this page for an update: https://github.com/swimlane/ngx-datatable/blob/master/src/app/paging/paging-virtual.component.ts