problem in showing table

problem in showing table

kumarskumars Posts: 7Questions: 0Answers: 0
edited December 2013 in General
Hi,
I have problem in showing table data.
When I try to show data in table, first row always comes last...
here is my code:
$(document).ready(function() {
$('.cleav').dataTable({
"bLengthChange": false,
"bFilter": false,
"bInfo": false,
"bPaginate": false,
"oLanguage": {
"sEmptyTable": "No prediction sites"
}
});
});

displaying table with this...


if I use this for displaying it works fine
but oLanguage then doesn't work.

any suggestion to solve this issue.

Thanks

Replies

  • kumarskumars Posts: 7Questions: 0Answers: 0
    One more thing I would like to state that when first row comes last. I checked this row with browser inspect and it shows:

    what does it mean??
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please link to a test case showing the issue: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read .

    Allan
This discussion has been closed.