Continuing the discussion from Table column width:
Any news on this feature request?
+1. This is really important to reduce the complexity of apps and provide modern behaviors. Is there no way to do this in CSS?
+1
I'm using retool now for several days and I'm really happy with it. But this supposed little thing is annoying. I've built a complex dashboard but need to adjust dozens of columns after every reload, as the auto adjustment is not perfect in many cases (e.g. a tiny table with 2 columns... even if there is enough space the content of the second column is partly hidden).
Please provide a way to do this, even a "dirty hack" would be better than to have no possibility at all.
Hi everyone,
I was able to figure out a way to enable the autoColumnWidth
flag for the new table component, wanted to share it here in case anyone else would benefit from this until it's generally available in the editor UI.
Export to ToolScript ZIP
optionmain.rsx
file using a text editor like NotePad++<Table ...
", you can also search for it by ID (ex: "table1" or "table2")autoColumnWidth={true}
<Table
id="table2"
autoColumnWidth={true}
...
>
main.rsx
fileImport app from JSON/ZIP
optionState
viewer, it should have the autoColumnWidth
property visible as true
Auto column width should be available on Cloud without any extra configuration
You can go to Appearance->Advanced to enable it on your table:
We're still working on a feature for user defined, persistent table column widths
When might this feature be available for us self-hosted types?
Thanks!