1 <?php declare(strict_types=1);
This describes a Data Table.
withAdditionalViewControl(ViewControl $view_control)
The Data Table brings some View Controls along - it is common enough to use pagination, ordering and column selection.
withColumns(array $columns)
withData(DataRetrieval $data_retrieval)
Configure the Table to retrieve data with an instance of DataRetrieval; the table itself is agnostic ...
withRequest(ServerRequestInterface $request)
Rendering the Table must be done using the current Request: it (the request) will be forwarded to the...