"use strict"; $('#plans').DataTable({ processing: true, serverSide: true, responsive:true, ajax:'/admin/tax/all', columns: [ { "data": "discount" }, { "data": "discount_type" }, { "data": "is_enable" }, { "data": "action" }, ] }); $('.select2').select2({ multiple:false })