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
Please help with a component, I recently started learning C#
I have a data set:
{
"a": "b",
"c": [
{"c1": "d1"},
{"c2": "d2"}
]
}
I want to use the Table-Tree component, but I can't figure out how to properly describe the TreeNodeConverter and OnTreeExpand functions. I don't even have an idea of what to give as an example.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please help with a component, I recently started learning C#
I have a data set:
I want to use the Table-Tree component, but I can't figure out how to properly describe the
TreeNodeConverter
andOnTreeExpand
functions. I don't even have an idea of what to give as an example.I want to see the data "c" in the drop down list
Beta Was this translation helpful? Give feedback.
All reactions