tableformatter
tableformatter copied to clipboard
Mixing transpose with row decorator behaves weird
trafficstars
Adding a row decorator that colorizes a row and then transposing the table causes the new row to still be decorated even though it is now what used to be a column. The correct behavior would be to transpose the colorization to now affect a displayed column (which is a transposed row)