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
Hi, I have a question about nested table, not sure I'm doing this wrong or it's a feature missing.
So I have a table with 2 fields: Field A & Field B.
When I applying matchFieldsWithName to Field B to change styles like this, it works perfectly fine:
However, after applying groupToNestedTable transform to groupby Field A, the matching rule doesn't seem to work on nested table Field B anymore, this means I can't target to overwrite any props for nested table cells.
I also tried matchFieldsByType and matchFieldsWithNameByRegex, also no luck.
Can I get some help on this please?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hi, I have a question about nested table, not sure I'm doing this wrong or it's a feature missing.
So I have a table with 2 fields:
Field A
&Field B
.When I applying matchFieldsWithName to Field B to change styles like this, it works perfectly fine:
However, after applying
groupToNestedTable
transform to groupbyField A
, the matching rule doesn't seem to work on nested tableField B
anymore, this means I can't target to overwrite any props for nested table cells.I also tried
matchFieldsByType
andmatchFieldsWithNameByRegex
, also no luck.Can I get some help on this please?
Thanks a lot
The text was updated successfully, but these errors were encountered: