Info about no data meeting applied filters does not show in dynamic tables
Open
@pajka2T is already working on this.
Since Sep 11, 2026.
bug
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 36
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 7
Description
Description
After filtering the data inside StreamedTable or RegularTable user can encounter moment, where no data is shown. It is because of applied filters - just nothing meets filtering criteria. However it can make user think whether the data is still loading or there is some error.
Steps to reproduce
- Go to the
/rsesendpoint in webui. - Click on the Search button.
- Try to filter the data so thoroughly, that no data would be visible in the table.
Rucio WebUI Version
No response
Additional Information
Resolving this issue means changing the StreamedTable.tsx and RegularTable.tsx files, so do it carefully because they are used by many features on the website.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.