Closed GreggOrdHume closed 6 years ago
I would be happy to contribute to this repository seeing as I am raising multiple issues. Even if it is documentation updates or code/fiddle examples, I am looking to help out. Let me know if theres anything you need assistance in :)
@GreggOrdHume Pagination w/o axios aka an Ajax call means, that you need all data in the frontend. This makes only sense with a small dataset. When the amount of data grows, the time to fetch and render all data increases and lead slow frontend experience.
Understandable @Konafets . But I would say a table with 5 pages of 10 rows per page is not a lot of data and would not offend the performance. What would offend the performance is having to do a request for 10 rows of data every time i change the page, when it could have been there in the first place.
Not every table has pagination because its 1000 rows long. Also how am I going to search through rows I don't have?
Does filtering work on tables with pagination?
Dear contributor,
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Hello,
Looking through the documentation I am finding it difficult to implement pagination without axios, is this possible? I have done the following, it doesn't completely make sense but was worth a shot.
The pagination does appear but no clicking or styling is applied.
Thanks!