{## # 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') %} order: [[1, 'desc']], {% endif %} "columns": [ {% for column in sg_datatables_view.columnBuilder.columns %} {% if column.sentInResponse %} {% include column.getOptionsTemplate %} {% endif %} {% endfor %} ]