problem in showing table
problem in showing table
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
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
This discussion has been closed.
Replies
what does it mean??
Allan