Hi
I'm currently evaluating the plugin for a fairly large table.
Currently, I'm initializing the table as such (via existing html):
window.clusterize = new Clusterize({
scrollId: 'scrollDiv',
contentElem: document.getElementById ("myTableTbody"),
rows_in_block: VISIBLE_ROWS_IN_TABLE,
blocks_in_cluster:BLOCKS_PER_CLUSTER
}
)
My table is initialized by html and some initial JS as well (some of which I cannot change). The JS also sets some attributes which are used to render the table.
IE
document.getElementById ("someElement").someAttribute = "some important value needed to render";
I'm wondering how to best persist the JS attributes when the elements are destroyed.
thanks for any info
Hi
I'm currently evaluating the plugin for a fairly large table.
Currently, I'm initializing the table as such (via existing html):
My table is initialized by html and some initial JS as well (some of which I cannot change). The JS also sets some attributes which are used to render the table.
IE
I'm wondering how to best persist the JS attributes when the elements are destroyed.
thanks for any info