getViewControls()
Get view controls to be shown in the header of the table.
withData(array $records)
Fill a recordset into the table.
withEnvironment(array $environment)
Add a list of additional things the mapping-closure needs for processing.
A component is the most general form of an entity in the UI.
withTitle($title)
Get a table like this with title $title.
getTitle()
Get the title of the table.
withViewControls(array $view_controls)
Get a table like this with these view controls.
This describes a Presentation Table.
getRowMapping()
Get the closure to construct row-entries with.
getData()
Get the recordset of this table.
getEnvironment()
Get an array of additionally needed elements to build a data-entry.
withRowMapping(\Closure $row_mapping)
Get a table like this with the closure $row_mapping.