19 declare(strict_types=1);
    36     public function withActions(array $actions): 
static;
    56     public function withFilter(?array $filter): 
self;
    63     public function withId(
string $id): 
static;
 withId(string $id)
The DataTable comes with a storage to keep e.g. 
 
withAdditionalParameters(?array $additional_parameters)
 
Both the subject and the direction need to be specified when expressing an order. ...
 
withFilter(?array $filter)
 
withSelectedOptionalColumns(array $selected_optional_column_ids)
Not all columns are neccessarily visible; "selected optional" is the positive list of shown columns (...
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
withActions(array $actions)
 
withRequest(ServerRequestInterface $request)
Rendering the Table must be done using the current Request: it (the request) will be forwarded to the...
 
A simple class to express a naive range of whole positive numbers.