Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable features in PickList lists #1374

Closed
MagicLegend opened this issue May 18, 2020 · 1 comment
Closed

DataTable features in PickList lists #1374

MagicLegend opened this issue May 18, 2020 · 1 comment
Labels
Type: New Feature Issue contains a new feature or new component request

Comments

@MagicLegend
Copy link

I'm submitting a ... (check one with "x")

[ ] bug report
[X] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57

Current behavior

Currently the element PickList is a pretty basic element. You can't filter items for example. I would propose to have a DataTable-like component as the list; to provide support for searching, filtering and a paginator.

Expected behavior

Add the following features:

  • Searchbar
  • Filtering
  • Paginator for large datasets (scrolling is not an option if it's about 1500+ items)

Especially the search-bar is a critical one; since it would ease the use of long lists significantly. However, making the lists more like the DataTable component would give the PickList component a lot more usecases; and make it more suited for selections in large datasets.

@mcandu mcandu added the Type: New Feature Issue contains a new feature or new component request label Aug 17, 2021
@melloware
Copy link
Member

The current Picklist has searching an filtering: https://primefaces.org/primereact/picklist/

Paginator doesn't make sense for a picklist its not the right UI element if you have 1500 items to select from your should use an AutoComplete + ListBox for that many items.

@melloware melloware closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

3 participants