I would really find it helpfull if I can freeze columns on a table. Also adding a sum row at the bottom of tables. These come usually standard on other platforms like Periscope.
You can get sums using a Pivot visualization, but those only work with notebook questions and need summations set up for them to work.
For freezing rows/columns, upvote this feature request on GitHub:
opened 11:29PM - 14 Nov 20 UTC
Type:New Feature
Visualization/Tables
.Team/Gadget
I want use the sticky headers/columns.
⬇️ Please click the 👍 reaction instead o… f leaving a `+1` or `update?` comment
# Rough solution shape from @maz
* In Excel/Sheets, this is usually called “Freezing” rows/columns.
* It usually works such that you have to freeze all rows/columns up to and including row/column n.
* This should be a table-level setting, and we should create a new `Display` tab in Table settings so that we have a place to put these new settings.
* There should be two new settings, `Freeze columns`, and `Freeze rows`
* They should both be an On/Off `Switch`, defaulted to Off
* When On, they should display a mantine `NumberInput` with a label of `Freeze this many rows` or `Freeze this many columns` and defaulting to a value of `1`
* When there are frozen columns, there should be a 3px border-right on the last frozen column in the table.
* When there are frozen rows, the border-bottom of the last row should be 3px thick instead of 1px thick.
* We should also move the existing `Show row index` Table setting to this new `Display` tab.