Open Emm13Bee opened 5 years ago
Yeah, there is a known bug to in the method I used to solve repeated rows for latex tables. I'm working on that.
Thanks. I'll anxiously await the fix.
Has anyone identified a workaround to this problem other than populating all cells with a non-whitespace character?
I also just fill the empty cells with an invisible character (\,
works for Latex).
A fix for this bug would be appreciated however.
I am attempting to create some blank tables in a pdf report. Users of these reports will have some tables which I will pre-poluate with data. Other tables will be for them to complete. In two different tables, I attempt to use the row_spec() function. In the first it works like a charm and the second keeps failing. ee below.
Working Example
Correctly Formatted Table
Problem Table
No color appears
Color not aligned with row numbers appropriately