Open khalyomede opened 7 years ago
Hey how about
callbacks: {
clusterChanged: function() {
setTimeout(function() {
$('#scrollArea>table').DataTable();
}, 0)
}
}
I tryied on JSFiddle, this work for a small amount of data : https://jsfiddle.net/cLp25uww/2/, but with a large amount of data : https://jsfiddle.net/cLp25uww/1/ DataTable throw an error cannot set property of undefined
.
Hi there,
Could we imagine I could use Clusterize.js to wait when it finishes to work to do some other javascript ? In fact I would like to apply DataTable.js to filter my values, but when I use it DataTable says to me that the table does not have any rows, and in fact it is because Clusterize.js was still working on it. I imagine somethings like :
If you can do this this library would be one of my best friend ! I reommand it already around me, nice job guys !