Show/hide columns programatically

This commit is contained in:
2023-06-06 15:51:06 +01:00
parent 3a097fabca
commit 85175f2ead
3 changed files with 52 additions and 4 deletions

View File

@@ -21,7 +21,8 @@
<div class="box-body">
{% include "tables/organisations.html.twig" with {
"table" : {
"id" : "table-organisations"
"id" : "table-organisations",
"columns" : table.columns
}
}
%}