Arrow next to the header of the table is missing?
Arrow next to the header of the table is missing?
i put datatables on my table.
i used standart codes in website.
it works very well, i can change the options.
but i can't see the arrows/markers (how do you call this?)
next to the header of the row.
What should i check/change to have that arrows next to header title?
Or how can i change its style?
Thank you.
[code]
$(document).ready(function() {
$('#example').dataTable( {
"bPaginate": false,
"bLengthChange": false,
"bFilter": true,
"bSort": false,
"bInfo": false,
"bAutoWidth": false } );
} );
[/code]
i used standart codes in website.
it works very well, i can change the options.
but i can't see the arrows/markers (how do you call this?)
next to the header of the row.
What should i check/change to have that arrows next to header title?
Or how can i change its style?
Thank you.
[code]
$(document).ready(function() {
$('#example').dataTable( {
"bPaginate": false,
"bLengthChange": false,
"bFilter": true,
"bSort": false,
"bInfo": false,
"bAutoWidth": false } );
} );
[/code]
This discussion has been closed.
Replies
[code]
@import "../datatables/css/demo_table.css";
@import "../datatables/css/demo_page.css";
@import "../datatables/css/demo_table_jui.css";
[/code]
its fonts/layout seems ok.
everything are shown, except sorting buttons didn't.
I put css/images and js folders to the site.
But no way...