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
When the DataTable is created with "native" filter_action, sort_action and page_action the selection can be changed
by the selected_rows property, but when these action properties are set to "custom", setting the selected_rows
applies for a very brief moment but is then cleared.
The issue is specifically triggered when selected_rows is combined with sort_by.
Here is a small sample that demonstrates the issue:
When the DataTable is created with "native" filter_action, sort_action and page_action the selection can be changed
by the selected_rows property, but when these action properties are set to "custom", setting the selected_rows
applies for a very brief moment but is then cleared.
The issue is specifically triggered when selected_rows is combined with sort_by.
Here is a small sample that demonstrates the issue:
The text was updated successfully, but these errors were encountered: