/* Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard Author: CoderThemes Website: https://coderthemes.com/ Contact: support@coderthemes.com File: Tickets init js */ $(document).ready(function () { $('#tickets-table').DataTable({ "language": { "paginate": { "previous": "", "next": "" } }, "drawCallback": function () { $('.dataTables_paginate > .pagination').addClass('pagination-rounded'); } }); });