Replies: 2
Hi Tobias,
Awesome plugin btw, already rated it 5 Stars..
Quick Question:
How would you attempt to make a certain column on all tables auto adjust with the minimum width possible.
Currently this Custom CSS has worked great to fit the majority of the tables
.tablepress .column-3 {
width: 7% !important;
padding: 4px !important;
}
However the issue arises when some of these columns have a few extra digits and by few columns I mean 100 different columns (lol)
Is there a solution that can allow column width to auto adjust leaving no gaps or space in between?
PS: tried other solutions using documentation and Support Questions like this:
.tablepress {
table-layout: auto;
}
Problem is it captures a lot of extra space in the table
Thank You for reading