crypto-orders.init.js 676 B

1234567891011121314151617181920212223
  1. /******/ (function() { // webpackBootstrap
  2. var __webpack_exports__ = {};
  3. /*!**************************************************!*\
  4. !*** ./resources/js/pages/crypto-orders.init.js ***!
  5. \**************************************************/
  6. /*
  7. Template Name: Skote - Admin & Dashboard Template
  8. Author: Themesbrand
  9. Website: https://themesbrand.com/
  10. Contact: themesbrand@gmail.com
  11. File: Crypto orders select2 Js File
  12. */
  13. // Select2
  14. $(".select2-search-disable").select2({
  15. minimumResultsForSearch: Infinity
  16. }); // datatable
  17. $(document).ready(function () {
  18. $('.datatable').DataTable();
  19. $(".dataTables_length select").addClass('form-select form-select-sm');
  20. });
  21. /******/ })()
  22. ;