Table block, displays a table of elements
Return a table object from its unique object id
Generator over Row elements for each item in object list
Table column, extract information from objects and render it whitin the table
| Parameters: |
|
|---|
Render column value for the given object
| Parameters: | obj – Object to read the value from |
|---|
Dump cell for the given object
Merge some columns under the same cell
| Parameters: | columns – Tuple of name, column pairs for all merged |
|---|
columns to show
Action calling column, it will show a button that will can the given action on click, the action will get the the table and object in the row as arguments