add function to manage table columns

This commit is contained in:
envoyr
2022-04-22 10:59:56 +02:00
parent 03df082cf2
commit a615b04eb4
26 changed files with 110 additions and 22 deletions

View File

@@ -59,7 +59,7 @@ if ($page == 'domains' || $page == 'overview') {
}
UI::view('user/table.html.twig', [
'listing' => \Froxlor\UI\Listing::format($collection, $domain_list_data['domain_list']),
'listing' => \Froxlor\UI\Listing::format($collection, $domain_list_data, 'domain_list') ,
'actions_links' => $actions_links
]);
} elseif ($action == 'delete' && $id != 0) {