minimize count and visibility columns for better table alignments (#1636)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}) %}
|
||||
{% endfor %}
|
||||
{% set columns = columns|merge({
|
||||
'visible': {'class': 'text-center hidden', 'orderBy': false},
|
||||
'visible': {'class': 'text-center hidden w-min', 'orderBy': false},
|
||||
'actions': {'class': 'actions alwaysVisible'},
|
||||
}) %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user