Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can clusterize.js be used with datatables.net?

I load a large amount of data into my tables.
I am using datatables to help with search, sorting, pagination, etc. With the large amount of data (and styled rows), it can often take a long time to render in the browser.

Is it possible to use Clusterize.js with datatables.net to improve rendering speeds?

like image 695
Marklar Avatar asked Oct 10 '16 06:10

Marklar


People also ask

What is the use of DataTables?

A DataSet is made up of a collection of tables, relationships, and constraints. In ADO.NET, DataTable objects are used to represent the tables in a DataSet. A DataTable represents one table of in-memory relational data; the data is local to the .

Are DataTables free?

DataTables is free, open source software that you can download and use for whatever purpose you wish, on any and as many sites you want. It is free for you to use!


1 Answers

Nope, long story short - it's not worth the effort

Since you need such rich functionality as DataTable provides and infinity-scrolling feature Clusterize provides, consider switching to library that has both of these, such as SlickGrid. Despite tha fact that main repo is abandoned, there are actively maintaining fork. See examples I am pretty sure you'll find there what you are looking for.

I know it's not the answer you are waiting for because I know the pain of switching an existing implementation which works, but I don't think anyone will take over the responsibility of combining those two libraries in nearest future.

like image 132
Denis Avatar answered Oct 13 '22 12:10

Denis