Is it possible to make each row/column in a table have it's own Unique height, that way if I wanted a table that looks like this, I could:
+-----------------------------+
| Data | Data | Data |
| Data +-----------+ Data |
| Data | Data | Data |
+--------+-----------+--------+
Sorry if this is not descriptive enough, as I don't know any other way to explain it. The goal is for this to be a single <table>
that doesn't have the entire row's height effected by a single column. Each columns height is independent of the row.