Arrow next to the header of the table is missing?

Arrow next to the header of the table is missing?

markjomarkjo Posts: 66Questions: 0Answers: 0
edited August 2011 in General
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]

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    you're probably missing the css file or styling
  • markjomarkjo Posts: 66Questions: 0Answers: 0
    i put the following code before the .
    [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...
This discussion has been closed.