Great Package!
In toying with some data I'll present in a few months, I noticed the "data_color" function within the gt package doesn't support coloring by rows or coloring specific cells alone. Are there any plans to support that functionality in the future?
This can be supported, and it should. The rows argument could be introduced to limit the scope of coloring to specified rows.
Side note: there is also the somewhat related issue of whether to add functionality to use data in cells to color adjacent cells.
Most helpful comment
This can be supported, and it should. The
rowsargument could be introduced to limit the scope of coloring to specified rows.Side note: there is also the somewhat related issue of whether to add functionality to use data in cells to color adjacent cells.