Static Table Row
2 min
the static table row element represents a single, fixed structure row within a form based table layout unlike the dynamic table row (which renders a repeating set of rows from a data array), the static table row represents exactly one row whose column structure is defined at design time and whose value can be set or read at runtime it is best used when you need to display or capture a predictable, one off row of data β such as a summary row, a totals row, or a specific named record β within a table like layout the value attribute holds the row's current data object and is fully accessible and writable from the procesio forms data model at any event key use cases β’ a totals or summary row at the bottom of a financial table β’ displaying a specific reference record (e g , the original request) alongside a review form β’ a header information row that can be pre filled from a process variable on load β’ a single configurable row whose visibility can be toggled based on conditions runtime api β attributes in procesio forms all attributes below are accessible and modifiable at runtime via the element's data model in procesio forms api name description type default notes visible controls row visibility boolean true β value the row's data value β read or set at runtime any|null null β name unique element name string β β id unique element id string β β for support, please join our https //discord com/invite/cebukgjefv for further assistance and support
