-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
the code below auto-refreshes the table automatically, based on a interval
how to manually force a reload in my table?
i would like from my code
call something like
private async Task TableReload(Table table). // something that references a table
{
// some code
table.Reload() or table.Refresh(); // something similar
}
Describe the solution you'd like
i would like from my code
call something like
private async Task TableReload(Table table)
{
// some code
table.Reload() or table.Refresh(); // something similar
}
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request