Inverted Table
Inverted Table
![m4rcs](https://secure.gravatar.com/avatar/377ebbdb8a3c7f5a836ed9a5bfa506d5/?default=https%3A%2F%2Fvanillicon.com%2F377ebbdb8a3c7f5a836ed9a5bfa506d5_200.png&rating=g&size=120)
I want to build a table that scrolls horizontally and new data is added as new columns not as rows. When I omit the header table data tables doen't work anymore. Any ideas how to use data tables that way?
This discussion has been closed.
Answers
This is actually a great question. I haven't thought about using DataTables in this way.
Just curious, what are you using it for in this way?
I don't have a solution for you, but I'm sure Allan has an answer. If there isn't a solution for this yet, be sure to add it as a feature request
And if you cant use DataTables for this, my usual secondary failover is the jQuery plugin Hands On Table, very useful... You cant combine it with DataTables that I know of, but when I need something thats more like a Spread Sheet than a table (AND DT wont suffice), then I use HandsOnTable
Currently no - it is not possible to dynamically add and remove columns from a DataTable at this time I'm afraid.
Allan