Hi there
I like datatables a lot especially for the easy implementation of sorting, filtering, pagination and jquery ui theme support.
Right now I try to achieve a continuous table list but visually split up into two columns. Basically something like the CSS3 Multi Column overflow but for tables (where each overflow would also have [optionally] the table headers again.
something like:
Right now I just use two divs with two tables but that won't allow sorting / filtering accross both tables.
I like datatables a lot especially for the easy implementation of sorting, filtering, pagination and jquery ui theme support.
Right now I try to achieve a continuous table list but visually split up into two columns. Basically something like the CSS3 Multi Column overflow but for tables (where each overflow would also have [optionally] the table headers again.
something like:
TH | TH | row 1 | row 5 row 2 | row 6 row 3 | row 7 row 4 |
Right now I just use two divs with two tables but that won't allow sorting / filtering accross both tables.