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
Changing Data Table to single input will require refactoring settings, so this change can do several things at once (not doing so would require changing code that would be later thrown away):
Now what will happen to the selection and the sorting when the input data changes? I hope that if the selection was
set to "all", still all the data remains selected and the sorting order remains.
@wvdvegte, if nothing is selected, it has the same effect as if everything is selected.
... except that in this case sorting is not reflected in the output. Fixing this efficiently will require solving #5720, which looks simple but hides some nasty details.
Note: @ales-erjavec proposed to keep the existing widget but have it in a hidden category, so old workflows will keep working. For new workflows, only the new widget would be available.
Changing Data Table to single input will require refactoring settings, so this change can do several things at once (not doing so would require changing code that would be later thrown away):
The text was updated successfully, but these errors were encountered: