Search code examples
htmlcsstabular

One table in many columns (table in columns)


I have interesting problem. I need to make tables in columns. Let me explain. There are modal dialog opened and displayed 2 tables, one of the tables can be very long and need to be separated by columns.

I searched in internet but found no solution.

How can this be made in CSS/Javascript?


Solution

  • In theory, there is a multi-columns CSS 3 module. But as you can see here, it is not very well supported by the IE.