I am generating HTML tables based on SQL statements for a Datawarehouse created through meta table information.
One of the issues I have is some of returned Datatables have 100 plus columns. Is there a neat way of displaying this in an HTML table or a specific design solution. Please note I am looking at the display here. Changing the amount of columns available is not an option. All columns need to be rendered.
Many thanks in advance for input.
I can think of 2 good solutions:
overflow-x: autoon it. That will cause the table to scroll.Both are possible, the first is obviously easier to implement, but with the second you have more control. Choose your path and if you’re stuck, you can ask here on StackOverflow for help.