Open ahenket opened 8 years ago
The reason is buggy CSS easiest solution is to change "jquery.treetable.theme.default.css"
FROM : table.treetable tr.collapsed span.indenter a { background-image: url(data: ...... TO : table.treetable tr.collapsed td > span.indenter a { background-image: url(data: ....
I have a tree structure that requires a top level fold, and on some rows has a nested table that could contain its own fold. The inner table do not initialize correctly however.
Is that worth a future enhancement or should it be possible and am I goofing somewhere?