datatable +
This commit is contained in:
parent
50bdd370ae
commit
e79d9bd5ba
@ -306,6 +306,31 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var table = $('#tile_info').dataTable( {
|
||||||
|
"bSort": false//,
|
||||||
|
/*
|
||||||
|
initComplete: function(){
|
||||||
|
$('#file_manager_table_filter').detach().appendTo("#file_manager_filter_div").css({
|
||||||
|
'width':'250px'
|
||||||
|
});
|
||||||
|
$('#file_manager_table_length').detach().appendTo("#file_manager_filter_div").css({
|
||||||
|
'width':'150px',
|
||||||
|
'float':'right'
|
||||||
|
});
|
||||||
|
$('#tile_info_div').css({
|
||||||
|
'width':'100%',
|
||||||
|
'height':'48px',
|
||||||
|
});
|
||||||
|
$('#file_manager_filter_div input').css({
|
||||||
|
'width':'70%',
|
||||||
|
'height':'70%',
|
||||||
|
'font-size':'14px',
|
||||||
|
'padding':'5px'
|
||||||
|
});
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
});
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
legend: false,
|
legend: false,
|
||||||
responsive: false
|
responsive: false
|
||||||
|
Loading…
Reference in New Issue
Block a user