meteor-tabular icon indicating copy to clipboard operation
meteor-tabular copied to clipboard

Is meteor-tabular package support server side pagination of data

Open AnjaniKumar15 opened this issue 7 years ago • 3 comments

Hi, I want to use meteor-tabular package but before that I have some confusion regarding server side pagination support. Is this package support server side pagination and send only first page data on template on rendered or its send whole collection data to client side then pagination happens.

AnjaniKumar15 avatar Apr 26 '17 11:04 AnjaniKumar15

It does support server side pagination by default. It also handles the sorting of columns on the server.

renanlecaro avatar May 29 '17 10:05 renanlecaro

I have a big collection (about of 20K documents) and I have page with a table with too long initial load with the "processing" alert. Looks like it loads whole collection from MongoDB..

geremora avatar Aug 17 '17 20:08 geremora

I have the same question. My collection has like 8k documents and the initial load is too long (nearly 10 seconds).

sonlexqt avatar Sep 21 '17 06:09 sonlexqt