restore composer.json, add mysqli extension
This commit is contained in:
48
public/vendor/dashboard/app-assets/js/scripts/datatables/user-datatable.js
vendored
Executable file
48
public/vendor/dashboard/app-assets/js/scripts/datatables/user-datatable.js
vendored
Executable file
@@ -0,0 +1,48 @@
|
||||
/*=========================================================================================
|
||||
File Name: user-datatable.js
|
||||
Description: User Datatable
|
||||
----------------------------------------------------------------------------------------
|
||||
Item Name: Vuesax HTML Admin Template
|
||||
Version: 1.1
|
||||
Author: PIXINVENT
|
||||
Author URL: http://www.themeforest.net/user/pixinvent
|
||||
==========================================================================================*/
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
/************************************************
|
||||
* js of select checkbox and Length *
|
||||
************************************************/
|
||||
|
||||
$('#check-slct').DataTable( {
|
||||
columnDefs: [ {
|
||||
orderable: false,
|
||||
className: 'select-checkbox',
|
||||
targets: 0
|
||||
} ],
|
||||
select: {
|
||||
style: 'os',
|
||||
selector: 'td:first-child'
|
||||
},
|
||||
order: [[ 1, 'asc' ]],
|
||||
|
||||
"lengthMenu": [[5, 25, 50, -1], [5, 25, 50, "All"]],
|
||||
|
||||
/**************************************
|
||||
* js of Search Placeholder *
|
||||
***************************************/
|
||||
|
||||
language: {
|
||||
search: "_INPUT_",
|
||||
"search": '<i class="fa fa-search"></i>',
|
||||
"searchPlaceholder": "search",
|
||||
}
|
||||
|
||||
|
||||
} );
|
||||
|
||||
|
||||
|
||||
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user