Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 3c6d6f8

Browse files
authored
Merge pull request #747 from jojo1981/bugfix-746
#746 fix extensions template
2 parents af2baf2 + 6cd49aa commit 3c6d6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/datatable/extensions.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
{% if sg_datatables_view.extensions.select.blurable is defined and sg_datatables_view.extensions.select.blurable is not same as(null) %}
8181
blurable: {{ sg_datatables_view.extensions.select.blurable|sg_datatables_bool_var }},
8282
{% endif %}
83-
{% if select.className is defined and select.className is not same as(null) %}
84-
className: "{{ select.className }}",
83+
{% if sg_datatables_view.extensions.select.className is defined and sg_datatables_view.extensions.select.className is not same as(null) %}
84+
className: "{{ sg_datatables_view.extensions.select.className }}",
8585
{% endif %}
8686
{% if sg_datatables_view.extensions.select.info is defined and sg_datatables_view.extensions.select.info is not same as(null) %}
8787
info: {{ sg_datatables_view.extensions.select.info|sg_datatables_bool_var }},

0 commit comments

Comments
 (0)