19 declare(strict_types=1);
191 public function data(
action()
description: purpose: > Consumers may attach Actions to the table; an Action is a Signal or URL carr...
data(DataRetrieval $data_retrieval, string $title, array $columns,)
description: purpose: > The Data Table lists records in a complete and clear manner; the fields of a...
column()
description: purpose: > Tables display data in a very structured way; Columns are essential in that ...
This describes a Table to specify the order of its data (rows).
ordering(OrderingRetrieval $ordering_retrieval, URI $target_url, string $title, array $columns,)
description: purpose: > The Ordering Table lists records in a structured, tabular way...
This describes a Presentation Table.
presentation(string $title, array $view_controls, Closure $row_mapping)
description: purpose: > The Presentation Table lists some tabular data in a pleasant way...