How can I set the number of columns before the green + ?
How can I set the number of columns before the green + ?
![Infamous](https://secure.gravatar.com/avatar/6879e45a336556ba60631bc323e6670f/?default=https%3A%2F%2Fvanillicon.com%2F6879e45a336556ba60631bc323e6670f_200.png&rating=g&size=120)
I have a table with maybe 15 columns. Currently what shows on the screen is based on resolution. I want to be able to statically cut it off before the rest are only shown by clicking the + (not based on resolution)
More specifically I want to show say 5 columns despite the resolution, and then the rest would only be visible by clicking the +
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Infamous ,
Yep, you can do that with the Responsive extension if you specify 'none' for the class - see the example here.
Cheers,
Colin
Thanks!