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

feat: add selection to/in datatable #722

Closed
samsp-msft opened this issue Sep 12, 2023 · 1 comment
Closed

feat: add selection to/in datatable #722

samsp-msft opened this issue Sep 12, 2023 · 1 comment
Labels
closed:duplicate Duplicate of another issue

Comments

@samsp-msft
Copy link

🙋 Feature Request

DataTable should include row selection support

🤔 Expected Behavior

It should have a SelectedRowItem and SelectedRowIndex properties, and a SelectionChanged Event.

Selecting a row should set those properties, and fire the event. Similarly if the selection is removed, then fire the event and set the properties to null.

😯 Current Behavior

Remove the amount of code needed by the application.

@LuohuaRain
Copy link
Contributor

#173

@vnbaaij vnbaaij added the closed:duplicate Duplicate of another issue label Nov 1, 2023
@vnbaaij vnbaaij closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:duplicate Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants