Mutli-Column Layouts

Mutli-Column Layouts

sjausjau Posts: 2Questions: 0Answers: 0
edited October 2012 in General
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:

[code]
TH | TH
|
row 1 | row 5
row 2 | row 6
row 3 | row 7
row 4 |
[/code]

Right now I just use two divs with two tables but that won't allow sorting / filtering accross both tables.
This discussion has been closed.