Hey @gam,
- Could you please clarify or provide further insight (an example of what you're trying to achieve would help!) into what you mean when you say "I'm searching for a more "shrinked" wrapping than the automatic column width setting, because if using it as is, it takes more space than it could take by for example clicking twice on the column borders."
- For dynamic alignment of all column values, did you try using custom CSS? You can try implementing something like:
._retool-table1 {
text-align: center !important;
}
Here is a similar post where custom CSS was utilized to apply style changes to a table.