Skip to content

feat(ListView): ListView should have "EmptyText" as well when no items to show #5279

@cairabbit

Description

@cairabbit

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.

As ListView supports listing data, if there is no data, it won't show an empty text. It would be nice that ListView also have "EmptyText" attribute just like Table component. By default, it should show same default value "No Data".

Describe the solution you'd like

<ListView EmptyText="Nothing to show" ...>
...

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