Grid
component: Expressions to hide entire rows/columns/cells
#1211
Labels
area/logic
related to logic/dynamics/expressions
area/table
related to grid/list/repeating groups
kind/feature-request
New feature or request
Description
In #107, it's mentioned that it should be possible to hide rows/cells/columns in table components. This seems most applicable and useful to the
Grid
component. That mention has been extracted to this issue.It should be possble to put these expressions on both a row and cell configuration, possibly also with an expression on the cell-level on the first cell in the table where it is possible to hide an entire column.
Make sure that:
["component", ...]
value for a hidden component should returnnull
even if the component has data in the data model.colSpan
androwSpan
has been implemented, hidden rows/columns hide the rows/columns they span over, and possibly inversely, are spanned by. This could get complicated, so take shortcuts where needed - but document them.Additional Information
The text was updated successfully, but these errors were encountered: