SveNord / Sve-Blazor-DataTable

MIT License
46 stars 14 forks source link

Paging not working #3

Open AmirImam opened 3 years ago

AmirImam commented 3 years ago

Hi First of all I want to thank you a lot for this tool, it is really a great tool. I have a problem with paging, it is not working, and if I clicked next or previous the data disappear and this is my code

image

I am sorry for posting the code as image, but it not organized when I pasted here in editor DataList is a List, and it filled by data correctly and displayed in the data table correctly, but the problem is in paging

MathiasSvDK commented 3 years ago

I have about the same issue. If we can speed up this issue i am willing to sponsor for it as i really need it.

SveNord commented 3 years ago

Hey, first of all sorry for the inactivity. I have a pretty busy schedule these days and don't have a whole lot of time to work on this project. If you have any more information or an example of this issue then it would be much easier for me to find the problem. The above code snippet is not enough for me to replicate the issue.

theumairtahir commented 2 years ago

Hey there! I found the similar issue and fixed that. It's working fine now in my application. I have created a new Pull request #6 with the bug fixes.