Denis

Results 61 comments of Denis

Could you please provide demo video? And what's your OS?

I can not reproduce this on my mac. Latest chrome version Could you please check if this helps https://jsfiddle.net/ktnbexa8/

`.clusterize-scroll` element's height must be limited by css properties: `max-height` + `overflow: auto` https://github.com/NeXTs/Clusterize.js/blob/master/clusterize.css#L1-L7

I'm afraid the plugin is not designed to work with `rowspan`. The only way to make it work as you want is to make the whole "Row" section in single...

Hello Thanks! This may be convenient for someone. I remember someone had already requested such feature. Yep, @bharatpatil, the problem is in memory allocation. Compare this two tabs in chrome's...

yeah, there is a reason, read previous comments

Hello I don't think so because of memory allocation required for storing actual DOM nodes read https://github.com/NeXTs/Clusterize.js/pull/80#issuecomment-244564225

You wouldn't be able to update DOM nodes while they are in memory. If this is ok for you, try this fork https://github.com/STRd6/Clusterize.js

oh so you want to edit items directly on list. I wasn't sure how would you identify (search) needed DOM tags in list. In demo you've used `if( ( i...

Since your fork works for you, use it. No worries on licensing. I will review PR as soon as I have more free time.