EDD: How to track table column number with straddled cells
Hello,
I have a table layout where I want a different paragraph format in the first column depending on a table attribute value. So I created a Text Format Rule for the cells like this:
If context is: {first} < * < table [class="definition"]
Use paragraph format: T_FirstColumn
Else
Use paragraph format: T_Column
This works fine until the user straddles some cells in the first column, like this:

In the first column the three cells are straddled, so the cells in row 2 and 3 "think" they are first and use the bold paragraph format.
Apart from setting additional attributes (through API programming), do you have a solution?
Thanks,
- Michael