Datatables Display Issue

Datatables Display Issue

curtiscurtis Posts: 7Questions: 0Answers: 0
edited January 2010 in General
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
});

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Hi curtis,

    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".
  • curtiscurtis Posts: 7Questions: 0Answers: 0
    Thanks for the help. It ended up being a CSS issue that I resolved.
This discussion has been closed.