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

[DataGrid] Create select column type #1320

Closed
dtassone opened this issue Mar 30, 2021 · 2 comments · Fixed by #1956
Closed

[DataGrid] Create select column type #1320

dtassone opened this issue Mar 30, 2021 · 2 comments · Fixed by #1956
Assignees
Labels
new feature New feature or request waiting for 👍 Waiting for upvotes

Comments

@dtassone
Copy link
Member

dtassone commented Mar 30, 2021

String extension type that allows displaying a select options component in filters, and edit mode.

The first version can be only client-side. And should work with a memoized selector that get all distinct value of a column for better performance.

Benchmark

@dtassone dtassone added new feature New feature or request waiting for 👍 Waiting for upvotes labels Mar 30, 2021
@dtassone dtassone changed the title [DataGrid] Create Select column type [DataGrid] Create select column type Mar 30, 2021
@dtassone
Copy link
Member Author

blocked by #1439

@DanailH
Copy link
Member

DanailH commented Jun 23, 2021

A follow-up on that ticket will be to handle multiple selections and support GridCellValue of type Array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request waiting for 👍 Waiting for upvotes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants