hicsail / state-firearm-laws

Interactive website for visualizing data about firearm regulation laws in the United States.
0 stars 1 forks source link

Slow loading of table using DataTables #1

Closed jgyou-bu closed 7 years ago

jgyou-bu commented 7 years ago

The table in table.html (on the data-table branch) loads slowly and causes the browser to hang. This occurs both on table initialization using DataTables and sometimes when redrawing the table (e.g. due to updated filters).

jgyou-bu commented 7 years ago

Changed DataTables to clusterize.js (https://clusterize.js.org/) to render table. Initially changed to cluster.js in 32d12e50, updated with 0fc71bb3.