f-sort-filter-dataset: skip sort during inline edits#924
Draft
f-sort-filter-dataset: skip sort during inline edits#924
Conversation
CHANGELOGBased on commits in this Pull Request this will create a minor release and the following entries will be added to the changelog: Features
If this is not correct you can amend the commit message(s). Read more about the release process (swedish). |
Artifact sizesArtifact sizes in this build (unchanged artifacts collapsed below).
7 unchanged artifacts
|
Förhandsgranskning 🐛 🔍Dokumentation och exampel applikationer finns att förhandsgranska på: Senast uppdaterad 2026-03-06 16:09 UTC i gh-pages. |
45373b2 to
9f8319e
Compare
ext
approved these changes
Jan 8, 2026
Contributor
|
Man kan inte välja om det sorteringsbegreppet som man valde innan man ändrade på en rad. Borde man inte kunna det? Och när man väljer Välj så sorterar man om enl ursprungsordningen vilken inte är en logisk ordning för en användare. |
9f8319e to
3c910ee
Compare
0f5176b to
e8c41ba
Compare
When input data is mutated (rows added, removed, edited) filtered data will not be resorted/refiltered. Added rows will be added at the end. Removed rows will be removed. Edited rows will be updated but remain at the same position.
e8c41ba to
d9574db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sort will only be triggered when the data array is modified or replaced, not when a single field value is updated.
Related to SFKUI-7487.