Open justfish09 opened 1 year ago
I've been adding custom html to the head to address this in certain areas of my app similar to this:
#pjax-container > section.content > div > div > div.box-body > table {
min-width: 100px !important;
}
#pjax-container > section.content > div > div > div.box-body {
overflow-x: auto;
}
modify DataTableAttribute and TableAttribute,calculate the fieldwidth then set new minwidth.
Description [describe your questions]
I have a very wide table with many fields. Since upgrading to the latest version (.23->.24) my tables do not have the horizontal scroll anymore and the table is cut off. Perhaps I missed a new config?
Example code [If you have any code info]
Others [screenshots or other info]
👇 cut off columns below: