gitmyhub

Clusterize.js

JavaScript ★ 7.3k updated 5d ago

Tiny vanilla JS plugin to display large data sets easily

A JavaScript plugin that lets you display very large lists or tables in a browser without slowing it down, by only rendering the rows currently visible on screen.

JavaScriptsetup: easycomplexity 2/5

Clusterize.js is a small JavaScript plugin for displaying large sets of data in a scrollable list or table without slowing down the browser. It uses no external frameworks or libraries. The README is brief and directs readers to the project website for usage details and a live demo.

The repository tags it as relevant to list views, performance, and scrolling. Installation is available through npm. Beyond that summary, the README does not describe how the plugin works, what options it accepts, or what browsers it supports. The project website at clusterize.js.org is the intended place for documentation.

Where it fits