SolidLabResearch / generic-data-viewer

Generic query-based data viewer
MIT License
0 stars 0 forks source link

Text outside of cell when too long #60

Open pheyvaer opened 1 year ago

pheyvaer commented 1 year ago
image
AronBuzogany commented 1 year ago

Not sure how to solve this one, I tried adding mindWidth: "fit-content", but this doesn't seem to work as expected. Setting the td tags min-width to fit-content is also no option, because the minWidth set in the configuration of the column overrides it.

There is no further explanation conserning this issue in the GridJS docs

I have also tried setting the max-height of the td elements to none but this didn't help either.

Best solution I've found for now is setting the minWidth of the column to 200px

AronBuzogany commented 1 year ago

There is also limited css configuration possible on the table, as things start shaking, or looking real weird for most changes

pheyvaer commented 1 year ago

This issue is not a priority. Now, we have to finish this version and record the screencast.