Customize KtdGridLayout #53
Replies: 2 comments 1 reply
-
If those changes make sense they can be included in the project. What are those changes about? Can you make a PR to see them? |
Beta Was this translation helpful? Give feedback.
-
The recommended way to handle this scenario right now, is to have a Dictionary or a List with the extra data you need. You afterwards can retrieve the item data you need by id. I hope this solve your issue, and if not, tell me exactly why this solution does not work and we will find a way. |
Beta Was this translation helpful? Give feedback.
-
I have a requirement in which I have to customize KtdGridLayout interface and on Layout update I want those customized changes. Upon customization I want those changes in npm i . Is there any way ?
Beta Was this translation helpful? Give feedback.
All reactions