Skip to content

Manual Table Update or table refresh #3930

@MilvioLua

Description

@MilvioLua

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions