-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui: table - selection is not reset when data changes #1366
Labels
Milestone
Comments
SuperITMan
referenced
this issue
in SuperITMan/stark
Jul 30, 2019
3 tasks
SuperITMan
referenced
this issue
in SuperITMan/stark
Jul 30, 2019
SuperITMan
referenced
this issue
in SuperITMan/stark
Jul 31, 2019
SuperITMan
referenced
this issue
in SuperITMan/stark
Jul 31, 2019
Adding selectedRows Input lets the developer controlling the selected rows himself. Thanks to that, he can reset the selection if needed. ISSUES CLOSED: #1366
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues.
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues.
3 tasks
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues.
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues.
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues.
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues.
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues.
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues. Deprecated 'multiSelect', 'rowsSelectable' Input and 'selectChanged' Output in favor of the new 'selection' Input.
SuperITMan
referenced
this issue
in SuperITMan/stark
Aug 7, 2019
ISSUES CLOSED: #1366 Disabled changeDetection strategy in Stark Table from 'OnPush' to 'Default' in order to fix selection issues. Deprecated 'multiSelect', 'rowsSelectable' Input and 'selectChanged' Output in favor of the new 'selection' Input.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
When data changes in table, the selection is not reset.
Expected behavior
When the data changes, the previous selection becomes invalid and should be reset.
What is the motivation / use case for changing the behavior?
Fix bug
Environment
The text was updated successfully, but these errors were encountered: