| 123456789101112131415161718192021222324 |
- /******/ (function() { // webpackBootstrap
- var __webpack_exports__ = {};
- /*!***********************************************!*\
- !*** ./resources/js/pages/datatables.init.js ***!
- \***********************************************/
- /*
- Template Name: Skote - Admin & Dashboard Template
- Author: Themesbrand
- Website: https://themesbrand.com/
- Contact: themesbrand@gmail.com
- File: Datatables Js File
- */
- $(document).ready(function () {
- $('#datatable').DataTable(); //Buttons examples
- var table = $('#datatable-buttons').DataTable({
- lengthChange: false,
- buttons: ['copy', 'excel', 'pdf', 'colvis']
- });
- table.buttons().container().appendTo('#datatable-buttons_wrapper .col-md-6:eq(0)');
- $(".dataTables_length select").addClass('form-select form-select-sm');
- });
- /******/ })()
- ;
|