tusen-ai / naive-ui

A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
https://www.naiveui.com
MIT License
15.53k stars 1.63k forks source link

data-table filter selected #6078

Open fyyyyy opened 5 days ago

fyyyyy commented 5 days ago

Clear and concise description of the problem

The data-table can contain 1000 entries. Users want an option to show only selected values

Suggested solution

Add the same filter option for selected, as for regular columns. Also sorting by selected/unselected would help. But sort and filter functions are not working in type: "selection"

Alternative

No response

Additional context

No response

Validations