Currently, the CreateCustomTable function, and by extension, the Autofit table, only accepts a single row height value. This limits CreateCustomTable's functionality and also hampers the Autofit table's configurability.
This change would allow the function to accept a vector of row heights such that each row in the table could be a unique height, similar to how the function can accept a matrix of cell colors.
Created by Matt Munley
·