Felder auf 10 vergrößert in DataTables
This commit is contained in:
@ -293,7 +293,7 @@
|
||||
$(document).ready(function(){
|
||||
var table = new DataTable('#myTable', {
|
||||
rowReorder: true,
|
||||
pageLength: 5,
|
||||
pageLength: 10,
|
||||
"order": [],
|
||||
"fnCreatedRow": function( nRow, aData, iDataIndex ) {
|
||||
var dateFull = aData.date;
|
||||
|
Reference in New Issue
Block a user