-
Goal: Get consistent look in table with expandable rows.
-
Steps: Use attached JSON or create a blank app, drag in a table (will have the demo data), then enable Expandable Rows. Expand the last row, it will be missing a bottom border.
-
Details: Using cloud version of Retool, you can import JSON included below to reproduce. A temporary workaround that I would love feedback on is adding the following to the Custom CSS:
div[role="gridcell"] {
border-bottom: 1px solid {{ theme.surfacePrimaryBorder }} !important;
}
-
Screenshots:
-
App json export:
app-with-table-with-expandable-rows.json (65.8 KB)