Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Currently the only way to update SelectTable is to manually filter/sort it items or use the search. or recreating the control at runtime.
Describe the solution you'd like
if you could include QueryAsync to SelectTable so we can update the data manually like Table.
<SelectTable @ref="Foo"/>
Foo.QueryAsync();
Additional context
No response