{## # This file is part of the SgDatatablesBundle package. # # (c) stwe # # For the full copyright and license information, please view the LICENSE # file that was distributed with this source code. #} {% if(sg_datatables_view.columnBuilder.columns[0].getColumnType == 'multiselect') %} {# Fix to get multiselect table working #} "order": {{ sg_datatables_view.options.order|raw }}, {% endif %} "columns": [ {% for column in sg_datatables_view.columnBuilder.columns %} {% if column.sentInResponse %} {% include column.getOptionsTemplate %} {% endif %} {% endfor %} ]