Basic Table, vertical image

Hi

Is there a way to display the full image in a Basic Table, when image weight > height?

(Get same result i Basic table as in Data Grid, as shown below)

1 Like

Went digging in devTool and got ChatGPT to help.

.TPtable div[class*="new-table___StyledDiv10-sc-1hkm9fb-30 cavCTb"] img {
 width: 170px;
}
2 Likes