Clusterize.js – Tiny plugin to display large data sets easily

      

Clusterize.js is a tiny vanilla JS plugin to display large data sets easily.The main idea is not to pollute DOM with all used tags. Instead of that – it splits the list to clusters, then shows elements for current scroll position and adds extra rows to top and bottom of the list to emulate full height of table so that browser shows scrollbar as for full list.

Although Clusterize allows to use unlimited amount of rows all browsers have height limitations so be aware of that, use wisely .

Clusterize

Download