Buefy: Server Side Pagination

Created on 23 Jul 2017  路  3Comments  路  Source: buefy/buefy

Is server side pagination support for b-table planned for a (near) future release? Currently, the best approach would probably be to load dummy data to fill up non-loaded pages and then load the actual data on page change (or am I wrong?).

question

All 3 comments

Hi @daenuprobst,
you have to use b-pagination and disable pagination from b-table. 'Change' event (b-pagination) tell you the current page and so you can reload your data but of course you have to know the total number of elements.

Thanks @jtommy. I'll do it like this. Would be nice to have a server-side pagination option with b-table in a future release (is it on the roadmap yet?). I could start working on it but not before November ...

No plans for it, I think it's even easier to implement with them separated.

Was this page helpful?
0 / 5 - 0 ratings