surrender70
surrender70

Reputation: 43

Free virtual scrolling over entire data set in Tabulator, when data are created server-side

In my current project I am about to replace Datatables by Tabulator to render virtual tables with millions of rows backed by a database.

It is working in principle by using the progressive ajax loading and scroll mode features. So far so good

But from an user point of view it is must be possible to immediately scroll to the very last rows of the table.

With the given example the next chunk of data will be loaded when the user scrolls to the end of table. What I want to achieve is a "free scrolling" within the virtual table, like in Datatables.

Would that be possible with Tabulator too? If so, what are the options/API to be used?

Thanks

Upvotes: 4

Views: 602

Answers (1)

Oli Folkerd
Oli Folkerd

Reputation: 8368

Im afraid this option currently isn't available as of tabulator 4.6

Upvotes: 1

Related Questions