$(document).ready(function(){"use strict";$("#products-datatable").DataTable({language:{paginate:{previous:"",next:""},info:"Showing customers _START_ to _END_ of _TOTAL_",lengthMenu:'Display customers'},columnDefs:[{targets:-1,className:"dt-body-right"}],pageLength:10,columns:[{orderable:!1,render:function(e,l,a,o){return e="display"===l?'
':e},checkboxes:{selectRow:!0,selectAllRender:'
'}},{orderable:!0},{orderable:!0},{orderable:!0},{orderable:!0},{orderable:!0},{orderable:!0},{orderable:!1}],select:{style:"multi"},order:[[5,"asc"]],drawCallback:function(){$(".dataTables_paginate > .pagination").addClass("pagination-rounded"),$("#products-datatable_length label").addClass("form-label"),document.querySelector(".dataTables_wrapper .row").querySelectorAll(".col-md-6").forEach(function(e){e.classList.add("col-sm-6"),e.classList.remove("col-sm-12"),e.classList.remove("col-md-6")})}})});