JQuery UI Theme and Full Pagination

JQuery UI Theme and Full Pagination

tcardinaltcardinal Posts: 31Questions: 9Answers: 0
edited September 2011 in General
I am using a very basic JQuery UI Theme but the pagination is all bunched up and overlapped. Any ideas? Thanks

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    edited September 2011
    Have you included the demo_table_jui.css file from the download package (media/css/demo_table_jui.css)? It adds a little padding etc to the pagination elements, to make to look nice. Failing that, if you could give us a link, that would be great!

    Regards,
    Allan
  • shanimalshanimal Posts: 6Questions: 0Answers: 0
    edited October 2011
    The column widths of the column headers is different than the column widths of the row cells when I resize the browser (FF 5.0.1). I'll keep looking in the forums and post a link if i find one, but thought I'd add a comment here in case its related.

    update: http://www.datatables.net/forums/discussion/5771/row-headers-resize/p1
  • bombhausbombhaus Posts: 9Questions: 1Answers: 0
    what happens if apply table-layout:fixed; to the table?
  • GregPGregP Posts: 500Questions: 10Answers: 0
    Try it and find out! Should only take a moment. ;-)

    I use table-layout:fixed myself, along with text-overflow: ellipses, which Firefox finally supports. This keeps rows at a uniform height even if the data overflows the cells.

    It won't affect the footers at all. But it DOES affect column-resizing plugins.
This discussion has been closed.