Replies: 2 comments 1 reply
-
can you share a code sample that you would like to be declaratively done? Then I think we can look at a declarative equivalent. The GUI components call ie:
I've never used the grid control before, so if you can prove the imperative code example then maybe we can work backwards. It looks like those methods are fluent (and return a grid), so I don't see a way to update ie: column width by updating |
Beta Was this translation helpful? Give feedback.
-
Feel free to move this to an issue if possible and we can work on a PR. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to use the declarative grid component but im not sure how to set the props up or what the structure of the children should be.
In a non declarative style the prop addColumnDefinition would be declared several times
however in the compoenent the prop can only be declared once.
<grid addColumnDefinition={}
further more the type definitinion for addColumnDefinition seems to be set to any. so i cant infer how to use it.
is there an example of how i can set grid up in react?
thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions