Table Adjustment in Articles – Tablepress Table Issue

Posted in: Newspaper
Post count: 3

Hello,

I am using Tablepress plugin for tables. If table has more columns, table is overlapping with right side widget content. I want to restrict table width in the body, should not occupy space in widget. For this there will be dragging option (horizontal) for table, so that users can drag right to left vice versa to check table with more columns.

Can you suggest me how to restrict table in the body and give dragging option for users to check tables with more columns.

Pls Check For Reff : https://careeradda.com/csir-net-exam/

Post count: 20688

Hi,

The easiest thing you could do in this situation is to wrap the table in a simple div, add a class to it
https://www.screencast.com/t/rcy7jFMCJQ
Then using that class set an overflow scroll to it, then the table will be scrollable
https://www.screencast.com/t/jC71tXcT

Code used in example here

.mydiv {
overflow: scroll;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.