Open
Description
- Follow-up of fix(table): fix some table rendering bugs #526
I just don't know if we want to adopt the new behavior entirely, or create a different function to have the new behavior. Maintaining two different settings doesn't sound fun, but I'm just worried about backward compatibility. I guess that if we manage to do it on time for the v2.0.0 release, it's fine to support only the new behavior.
NOTE: This is kinda of an edge case, because by default tables will use the space of 1 row per cell anyway, so it's kinda of equivalent. The difference will happen for scenarios like:
- The content of a cell wrapping (if wrapping is enabled)
- The table has row borders enabled
- The cells have padding or other style that make it take more then 1 rows of space
- Others...