mirror of https://github.com/ColorlibHQ/AdminLTE
Datatables, examples, switching to the new 1.10 API.
parent
8ae58fe1f6
commit
1e096c9eec
|
@ -1527,14 +1527,14 @@
|
|||
<!-- page script -->
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$("#example1").dataTable();
|
||||
$('#example2').dataTable({
|
||||
"bPaginate": true,
|
||||
"bLengthChange": false,
|
||||
"bFilter": false,
|
||||
"bSort": true,
|
||||
"bInfo": true,
|
||||
"bAutoWidth": false
|
||||
$("#example1").DataTable();
|
||||
$('#example2').DataTable({
|
||||
"paging": true,
|
||||
"lengthChange": false,
|
||||
"searching": false,
|
||||
"ordering": true,
|
||||
"info": true,
|
||||
"autoWidth": false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue