How to fix each column width in a table

+1

I found a temp hack which kind of resolves the issues untill we have an official one. This worked in my usecase, so sharing it for anyone in need.

I added this in css in App Settings > Custom CSS (replace the table name with yours)

[data-testid="RetoolGrid:tableNameGoesHere"] [data-testid="TableWrapper::ScrollableContainer"] [role="rowheader"] [data-testid^="HeaderResizer"] {
    display: none !important;
}
1 Like

+1

+1

+1

Important note - please add options for (it's been asked before in the thread):

  • Fixed width (in px)
  • Set percentage
  • "Fit to fill" (or something similar, like full expand)
  • a great upgrade would be "width in characters", to cut off the tail and show (...)
2 Likes

+1