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!
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.
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.
Replies
Regards,
Allan
update: http://www.datatables.net/forums/discussion/5771/row-headers-resize/p1
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.