Closed akrishnamo closed 7 months ago
Where are you inferring data_tree as a valid attribute? Typically you put these in the tabulator.options dictionary
tried that earlier, didn't work. Am i doing this wrong?
self.tabulator_1.options={'data_tree': True, 'data_tree_start_expanded' : True}
AttributeError: The following table option(s) are invalid: 'dataTree', 'dataTreeStartExpanded'. You may need to include the required Module in Tabulator.modules.
at app/tabulator/Tabulator/_custom_modules.py:331
Take a look at the readme. You'll need to add the data tree module. The DataTree module is not loaded by default
Works! Super, Thank you!!
I am unable to get the children rows to display, not sure what is not working