Various widgets for showing single tables or all tables ungrouped or grouped.
Tables (Grouped)
$column->addTablesGroupedWidget("Title");
Read more ...
Tables (Accordion)
$column->addTablesAccordionWidget();
Read more ...
(Single) Table
$column->addTableWidget("customers");
Read more ...
(Single) Table (Quick) Search Widget
$column->addTableSearchForm("orders");
Read more ...