File manager - Edit - /home/wwwroot/camplus.hk/tpbps.camplus.hk/public_html_standalone/assets/custom/js/camplus-datatable.js
Back
function initTable() { var table = $('#data_table').dataTable({ // Internationalisation. For more info refer to http://datatables.net/manual/i18n "language": { "aria": { "sortAscending": ": activate to sort column ascending", "sortDescending": ": activate to sort column descending" }, "emptyTable": "No data available in table", "info": "Showing _START_ to _END_ of _TOTAL_ records", "infoEmpty": "No records found", "infoFiltered": "(filtered1 from _MAX_ total records)", "lengthMenu": "Show _MENU_", "search": "Search:", "zeroRecords": "No matching records found", "paginate": { "previous":"Prev", "next": "Next", "last": "Last", "first": "First" } }, // Or you can use remote translation file //"language": { // url: '//cdn.datatables.net/plug-ins/3cfcc339e89/i18n/Portuguese.json' //}, // Uncomment below line("dom" parameter) to fix the dropdown overflow issue in the datatable cells. The default datatable layout // setup uses scrollable div(table-scrollable) with overflow:auto to enable vertical scroll(see: assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.js). // So when dropdowns used the scrollable div should be removed. //"dom": "<'row'<'col-md-6 col-sm-12'l><'col-md-6 col-sm-12'f>r>t<'row'<'col-md-5 col-sm-12'i><'col-md-7 col-sm-12'p>>", "bStateSave": true, // save datatable state(pagination, sort, etc) in cookie. "lengthMenu": [ [10, 25, 50, -1], [10, 25, 50, "All"] // change per page values here ], // set the initial value "pageLength": 5, "pagingType": "bootstrap_full_number", "columnDefs": [ { // set default column settings 'orderable': false, 'targets': [0] }, { "searchable": false, "targets": [0] }, { "className": "dt-right", //"targets": [2] } ], "order": [ [1, "asc"] ] // set first column as a default sort by asc }); var tableWrapper = jQuery('#data_table_wrapper'); table.find('.group-checkable').change(function () { var set = jQuery(this).attr("data-set"); var checked = jQuery(this).is(":checked"); jQuery(set).each(function () { if (checked) { $(this).prop("checked", true); $(this).parents('tr').addClass("active"); } else { $(this).prop("checked", false); $(this).parents('tr').removeClass("active"); } }); }); table.on('change', 'tbody tr .checkboxes', function () { $(this).parents('tr').toggleClass("active"); }); }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings