You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🙋 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.
The text was updated successfully, but these errors were encountered: