You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tablex options fill: and align: now accept arrays of values for each column (#13).
For example, fill: (red, blue) would fill the first column with red, the second column with blue, and any further columns would alternate between the two fill colors.
Fixed the calculation of the size of auto rows and columns when a rowspan or colspan was used (#11).
Fixed the calculation of the size of the last auto column when it was too long (#6).