Has anyone successfully implemented the responsive layout option?
I tried to change the default options of the Tabulator Class and options of an instantiation of that class.
Here are the different variations I tried:
Code Sample:
from tabulator.Tabulator import Tabulator
Tabulator.default_options = {"responsive_layout" : "collapse"}
Tabulator.default_options = {"responsiveLayout" : "collapse"}
self.tabulator_1.options={"responsive_layout" : "collapse"}
self.tabulator_1.options={"responsiveLayout" : "collapse"}
Clone link:
https://anvil.works/build#clone:HDUZKY75JEVTACMQ=PKZAY6EBERPHP5E5GVR4DJFL
Tabulator Documentation: