NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 412 forks source link

About Clusterize.js memory #125

Closed KalaiselvanMahendran closed 7 years ago

KalaiselvanMahendran commented 7 years ago

Hi @NeXTs, this question regarding clusterize.js memory, may i know where the hidden rows will stored? is does stored in browser cache ?

NeXTs commented 7 years ago

Hey They are stored in variable as Strings, not as DOM nodes, which means every row will be rerendered from scratch on scroll