ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This describes a Table to specify the order of its data (rows). More...
Public Member Functions | |
withActions (array $actions) | |
withRequest (ServerRequestInterface $request) | |
getData () | |
withOrderingDisabled (bool $flag) | |
Turns ordering capabilites off/on. More... | |
withSelectedOptionalColumns (array $selected_optional_column_ids) | |
Not all columns are neccessarily visible; "selected optional" is the positive list of shown columns (the non-optional columns are always shown and are not included here) More... | |
withId (string $id) | |
The DataTable comes with a storage to keep e.g. More... | |
![]() | |
withTitle (string $title) | |
getTitle () | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
reduceWith (\Closure $fn) | |
The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
This describes a Table to specify the order of its data (rows).
Definition at line 28 of file Ordering.php.
ILIAS\UI\Component\Table\Ordering::getData | ( | ) |
Implemented in ILIAS\UI\Implementation\Component\Table\Ordering.
ILIAS\UI\Component\Table\Ordering::withActions | ( | array | $actions | ) |
array<string,Action |
ILIAS\UI\Component\Table\Ordering::withId | ( | string | $id | ) |
The DataTable comes with a storage to keep e.g.
ViewControl-settings throughout requests. Set an Id to enable the storage and identify the distinct table.
ILIAS\UI\Component\Table\Ordering::withOrderingDisabled | ( | bool | $flag | ) |
Turns ordering capabilites off/on.
Implemented in ILIAS\UI\Implementation\Component\Table\Ordering.
Referenced by ILIAS\Test\Questions\Presentation\QuestionsTable\getTableComponent().
ILIAS\UI\Component\Table\Ordering::withRequest | ( | ServerRequestInterface | $request | ) |
ILIAS\UI\Component\Table\Ordering::withSelectedOptionalColumns | ( | array | $selected_optional_column_ids | ) |
Not all columns are neccessarily visible; "selected optional" is the positive list of shown columns (the non-optional columns are always shown and are not included here)
string[] | $selected_optional_column_ids |