Yoann Maingon
Yoann Maingon
Also with around 800 rows, it would be nice to not block the whole interface while creating the treegrid.
I've got a view with a bit more than 800 rows, and with this change, it reduces from 40s to 5s. Maybe it needs more test but is seems to...
you've tried my change?
have you tried my code change suggestion ? https://github.com/YMA-MDL/jquery-treegrid/commit/633cf33392f691c3c8046f4b08324fd2bae503d2
Strange, it made a very significant change for me. This issue was that the code was iterating on important DOM manipulation where now it's just a class update and Jquery...
Good Luck, not sure if it will allow to save nested state. Like you browse a structure, and getting back to it later, the same branches are deployd.
No I did not, but I may come across the same need soon.
I guess you could do it yourself. having a special class 'SPECIALCLASS' on 1st level parent and applying some css like ``` css tr.SPECIALCLASS:nth-child(odd){ background-color: #XXX; } ``` I didn't...
Ganister - http://www.ganister.eu/ Configuration management solution for Electronic/HighTech/Defense&Security companies
same here with a solid-js+Vite integration.