Commit 551e9812 by doszhang

dos

parent 1b87e3e6
...@@ -58,22 +58,7 @@ ...@@ -58,22 +58,7 @@
'bSort': false, 'bSort': false,
"pagingType": "full_numbers", "pagingType": "full_numbers",
lengthChange: false, lengthChange: false,
buttons: [ buttons: ['excel', 'csv' ],
{
extend: 'csvHtml5',
text: 'CSV',
exportOptions: {
stripHtml: false
}
},
{
extend: 'excelHtml5',
text: 'Excel',
exportOptions: {
stripHtml: false
}
}
],
"bLengthChange": false, "bLengthChange": false,
"iDisplayLength": 15, "iDisplayLength": 15,
'language': { 'language': {
...@@ -102,7 +87,6 @@ ...@@ -102,7 +87,6 @@
} }
}); });
table.buttons().container().appendTo( '#users_table_wrapper .col-md-6:eq(0)' ); table.buttons().container().appendTo( '#users_table_wrapper .col-md-6:eq(0)' );
jQuery("select").chosen({ jQuery("select").chosen({
'min-width': '100px', 'min-width': '100px',
'white-space': 'nowrap', 'white-space': 'nowrap',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment