The TR widget defines a row in either the table header or table body. Each row has a unique SCOPE allowing fields within a row the ability to reference (bind) to other widgets within the same row using the widgets id.
Attributes
Name
Type
Default
Description
Req
editable
bool
false
All columns are editable. Individual header cells may override this
draggable
bool
false
If draggable is set, the tables rows can be re-ordered by dragging the row to the specified position in the list. Refer to drag/drop events in the inherited ViewableWidget class
post
bool
false
The DataSource that is used to save the data when the form is completed. Every row in the table is treated as a FORM