Datatables Display Issue
Datatables Display Issue
Hello,
I am using DataTables with ASP.Net MVC where I am using MVCContrib grid. The toolbar with the search box and paging dropdown are floating left and are stacked on top of each other. The bottom toolbar is similar with paginfo on top of paging buttons. I am using JQuery UI theme however I have removed this and still get the same behavior (IE and Firefox). Any ideas?
$('#cutomerList').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"iDisplayLength": 25
});
I am using DataTables with ASP.Net MVC where I am using MVCContrib grid. The toolbar with the search box and paging dropdown are floating left and are stacked on top of each other. The bottom toolbar is similar with paginfo on top of paging buttons. I am using JQuery UI theme however I have removed this and still get the same behavior (IE and Firefox). Any ideas?
$('#cutomerList').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"iDisplayLength": 25
});
This discussion has been closed.
Replies
It sounds like a CSS issue - and very like this post a few down: http://datatables.net/forums/comments.php?DiscussionID=1131 . Are the elements correctly picking up the 'float' style?
It's funny that a number of these css layout issues have come up recently, with very few before - I don't think I've changed anything there. Can you post a link showing the problem please?
Regards,
Allan
ps. I've deleted the duplicate thread, which you had "sunk".