Replies: 1 comment 2 replies
-
Hi Pavlo, as the TableRowList and TableCellList are directly associated with the Table and Row instances (so that parents can be traversed back up the hierarchy), then I can look at it, but I feel that setters would become exhaustive in checking, updating parent ownership etc. You could go back to using template content as a string. It then becomes really flexible on the data structure and content...
Then set the data in your execution
Or just go with old school foreach loops. :-) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm looking a way how to define table component in more declarative way
For how I have the next code
As you can see is not pleased to read. Especially because of nested Aggregate methods.
It happens because properties Rows, Cell, Contents do not allow to set values
If to assume that I can set a new value for the those properties than code could look like the next:
Maybe there is a some another way for defining document/component in more declarative way which I have missed?
Beta Was this translation helpful? Give feedback.
All reactions