168 public function data(
string $title, ?
int $page_size = 50) :
Data;
data(string $title, ?int $page_size=50)
description: purpose: > The data table lists records in a complete and clear manner; the fields of a...
This describes a Data Table.
column()
description: purpose: > Tables display data in a very structured way; columns are essential in that ...
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...