Flipped table - is it possible?

Flipped table - is it possible?

itayffitayff Posts: 1Questions: 0Answers: 0
edited April 2011 in General
Hello!

I'm using DataTables and some times I create tables that are flipped:
[code]



header1
content1-of-header1
content2-of-header1


header2
content1-of-header2
content2-of-header2



[/code]
is it possible that DataTables will color it correctly? (for ex. will use the css class "even" to even cols, not even rows)
Thanks in advance!
Itay.

Replies

  • allanallan Posts: 63,518Questions: 1Answers: 10,473 Site admin
    DataTables isn't designed to work with tables like that at all. So while you could add the classes needed to get the right colouring, the sorting, filtering and paging certainly won't work I'm afraid. Sorry - DataTables just wasn't designed for that.

    Allan
This discussion has been closed.