Open surreydude opened 9 years ago
Hi
I want to put a class against the expander href so that I can find it in the DOM, something like this:
$("#tabTreeTable").treetable({ expandable: true, onNodeExpand: tabTreeTable_NodeExpand, expanderTemplate: ' ' }, true);
...but this appears to break the DOM. Is it possible to set this or is it read only?
Thanks
Hm this is not something that is actively supported, but it should not break the DOM.
Hi
I want to put a class against the expander href so that I can find it in the DOM, something like this:
$("#tabTreeTable").treetable({ expandable: true, onNodeExpand: tabTreeTable_NodeExpand, expanderTemplate: ' ' }, true);
...but this appears to break the DOM. Is it possible to set this or is it read only?
Thanks