manually show Edit dialog of table? #4688
Unanswered
Morteza8181
asked this question in
Q&A
Replies: 1 comment
-
@Morteza8181 sorry for the delay reply. for now there is noway to show the edit dialog. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I Manually call Table OnEdit to Show Edit dialog?
something like this:
private Table Table { get; set; }
private async void OnTriggerEdit()
{
await Table.OnEditAsync(items[0]);
}
this code won't work.
thank you!
Beta Was this translation helpful? Give feedback.
All reactions