Responsive table
-
Hi Tobias,
Thank you for creating such a wonderful plugin. Its just awesome.
For one of my projects, I have a table with five rows where the first row is hidden for end users and last four rows are displayed. As one of the column is quite large, on mobile screens, a horizontal scrolling is required to view content of a row. To make it easier for the users with mobile, I’ve tried following approach.
- On screen size smaller than 768px, column 3, 4 & 5 are hidden by CSS.
- Content of column 3, 4 & 5 are manually placed below content of column 2.
- These manually put content are visible only when screen size is smaller than 768px.
- Its again done by putting appropriate class & related CSS.
I am manually putting the content. Is there any way I can refer to the content of adjacent cells to a particular cell in the same row?
I’ve tried using “Single Cell Content Shortcode” extension, but the problem is that cell numbers need to be specifically mentioned to access content of a certain cell, I can not use reference position with respect to current cell.
Best regards,
Manas M.
The page I need help with: [log in to see the link]
The topic ‘Responsive table’ is closed to new replies.