Skip to content

feat(SelectTable): QueryAsync Support for manual refresh #5420

@NullJutsu

Description

@NullJutsu

Is there an existing issue for this?

  • I have searched the existing issues

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

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