Rename datatable params

This commit is contained in:
Alfredo Cardigliano 2021-11-24 10:11:59 +01:00
parent a8cb311da7
commit f8cffb96a9
2 changed files with 5 additions and 5 deletions

View file

@ -57,7 +57,7 @@
<table id='{{ datatable.name }}' class='table table-striped table-bordered w-100'>
<thead>
{* datatable.table *}
{* datatable.columns_header *}
</thead>
</table>
@ -400,8 +400,8 @@
function loadColumns() {
let columns = [];
{% if datatable.js_columns then %}
columns = {* datatable.js_columns *};
{% if datatable.columns_js then %}
columns = {* datatable.columns_js *};
{% end %}
/* Actions Column */