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

amazing #155

Closed matt-erhart closed 6 years ago

matt-erhart commented 6 years ago

Pdf -> html2pdfex -> a bajillion dom nodes -> slow scroll ->

$('body').attr('id', 'scrollArea').addClass('clusterize-scroll')
  $("#page-container").attr('id', 'contentArea').addClass("clusterize-content")
  var clusterize = new Clusterize({
    scrollId: 'scrollArea',
    contentId: 'contentArea'
  });

Now scrolling is fast. Thanks!