$(document).ready((function(){$(".datacol-basic-initialisation").DataTable({colReorder:!0}),$(".datacol-scrolling-table").dataTable({scrollY:"200px",paging:!1,colReorder:!0}),$(".datacol-column-ordering").dataTable({colReorder:{order:[4,3,2,1,0,5]}}),$(".datacol-column-filtering tfoot th").each((function(){var e=$(".datacol-column-filtering thead th").eq($(this).index()).text();$(this).html('')}));var e=$(".datacol-column-filtering").DataTable({colReorder:!0});$(".datacol-column-filtering tfoot input").on("keyup change",(function(){e.column($(this).parent().index()+":visible").search(this.value).draw()}));var a=$(".datacol-reset-ordering").DataTable({colReorder:!0});$(".reset").on("click",(function(e){e.preventDefault(),a.colReorder.reset()}));var t=$(".datacol-visibility-integration").DataTable({dom:"Bfrtip",colReorder:!0,buttons:["colvis"]});t=$(".datacol-cixedcolumns-integration").DataTable({scrollX:!0,scrollCollapse:!0,columnDefs:[{orderable:!1,targets:0},{orderable:!1,targets:-1}],ordering:[[1,"asc"]],colReorder:{fixedColumnsLeft:1,fixedColumnsRight:1}});new $.fn.dataTable.FixedColumns(t,{leftColumns:1,rightColumns:1});t=$(".datacol-responsive-integration").dataTable({colReorder:!0,responsive:!0,columnDefs:[{targets:2,responsivePriority:10001}]})}));