File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/admin/app-assets/js/data-tables/datatable-basic.js
Back
/*========================================================================================= File Name: datatables-basic.js Description: Basic Datatable ---------------------------------------------------------------------------------------- Item Name: Convex - Bootstrap 4 HTML Admin Dashboard Template Version: 1.0 Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ (function(window, document, $) { 'use strict'; $(document).ready(function() { /**************************************** * js of zero configuration * ****************************************/ $('.zero-configuration').DataTable(); /************************************** * js of default ordering * **************************************/ $('.default-ordering').DataTable( { "order": [[ 3, "desc" ]] } ); /************************************ * js of multi ordering * ************************************/ $('.multi-ordering').DataTable( { columnDefs: [ { targets: [ 0 ], orderData: [ 0, 1 ] }, { targets: [ 1 ], orderData: [ 1, 0 ] }, { targets: [ 4 ], orderData: [ 4, 0 ] } ] } ); /************************************* * js of complex headers * *************************************/ $('.complex-headers').DataTable(); /************************************* * js of dom positioning * *************************************/ $('.dom-positioning').DataTable( { "dom": '<"top"i>rt<"bottom"flp><"clear">' } ); /************************************ * js of alt pagination * ************************************/ $('.alt-pagination').DataTable( { "pagingType": "full_numbers" } ); /************************************* * js of scroll vertical * *************************************/ $('.scroll-vertical').DataTable( { "scrollY": "200px", "scrollCollapse": true, "paging": false } ); /************************************ * js of dynamic height * ************************************/ $('.dynamic-height').DataTable( { scrollY: '50vh', scrollCollapse: true, paging: false } ); /*************************************** * js of scroll horizontal * ***************************************/ $('.scroll-horizontal').DataTable( { "scrollX": true } ); /************************************************** * js of scroll horizontal & vertical * **************************************************/ $('.scroll-horizontal-vertical').DataTable( { "scrollY": 200, "scrollX": true } ); /********************************************** * Language - Comma decimal place * **********************************************/ $('.comma-decimal-place').DataTable( { "language": { "decimal": ",", "thousands": "." } } ); }); })(window, document, jQuery);
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings