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

@@ -52,7 +52,7 @@ if ($page == 'customers' && $userinfo['customers'] != '0') {
}
UI::view('user/table.html.twig', [
'listing' => \Froxlor\UI\Listing::format($collection, $customer_list_data['customer_list']),
'listing' => \Froxlor\UI\Listing::format($collection, $customer_list_data, 'customer_list') ,
'actions_links' => $actions_links
]);
} elseif ($action == 'su' && $id != 0) {