1<?
php declare(strict_types=1);
8use Psr\Http\Message\ServerRequestInterface;
An exception for terminatinating execution or to throw for unit testing.
This describes a Data Table.
withColumns(array $columns)
withAdditionalViewControl(ViewControl $view_control)
The Data Table brings some View Controls along - it is common enough to use pagination,...
withRequest(ServerRequestInterface $request)
Rendering the Table must be done using the current Request: it (the request) will be forwarded to the...
withData(DataRetrieval $data_retrieval)
Configure the Table to retrieve data with an instance of DataRetrieval; the table itself is agnostic ...