Table Row - AppDaddy-Software-Solutions-Inc/framework-markup-language GitHub Wiki

TR : BOX

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

Events

Name Description
onchange When a field is edited, this event fires
oninsert When a new row is inserted, this event fires
ondelete When a row is deleted, this event fires

Other Documentation You May Find Useful

⚠️ **GitHub.com Fallback** ⚠️