Denis

Results 61 comments of Denis

During initialization you provide array of data to rows parameter. ``` var data = ['…', '…', …]; var clusterize = new Clusterize({ rows: data, scrollId: 'scrollArea', contentId: 'contentArea' }); ```...

Hello Clusterize doesn't provide data fetching, you should handle XHR request by yourself and provide data to Clusterize.

hey, ok I'll work on it

Hey how about ``` callbacks: { clusterChanged: function() { setTimeout(function() { $('#scrollArea>table').DataTable(); }, 0) } } ```

Hey Could you provide demo please? at codepen

Hey I'd like to, but it's browsers support is low http://caniuse.com/#feat=intersectionobserver

Hey Yeah, I see. Seems to be browser needs more time to render input field because of it's dynamic nature. Currently clusterize does not explore content of your rows. It...

Much easier, the whole list is replaced using .innerHTML https://github.com/NeXTs/Clusterize.js/blob/master/clusterize.js#L297

@Marfa93 there are method called exactly ".update" @hazzo I guess would be better to use vue specific version of clusterize https://github.com/vue-comps/vue-clusterize