Customize KtdGridLayout #53
Unanswered
Ale11Nishitha
asked this question in
Q&A
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? |
1 reply
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 ?
All reactions