Skip to content

f-sort-filter-dataset: skip sort during inline edits#924

Draft
dvitamin wants to merge 1 commit intomainfrom
f-sort-filter-dataset-ignore-inline-edits
Draft

f-sort-filter-dataset: skip sort during inline edits#924
dvitamin wants to merge 1 commit intomainfrom
f-sort-filter-dataset-ignore-inline-edits

Conversation

@dvitamin
Copy link
Contributor

@dvitamin dvitamin commented Jan 8, 2026

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.

@dvitamin dvitamin added the proof of concept Not meant to be merged (yet) label Jan 8, 2026
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

CHANGELOG

Based on commits in this Pull Request this will create a minor release and the following entries will be added to the changelog:


Features

  • f-sort-filter-dataset lazy behaviour on edit (refs SFKUI-7708) d9574db

If this is not correct you can amend the commit message(s).

Read more about the release process (swedish).

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Artifact sizes

Artifact sizes in this build (unchanged artifacts collapsed below).

Artifact Files Size Change
@fkui/vue (esm) 1 file(s) 1.0MiB → 1.0MiB (+883B) +0.08%
7 unchanged artifacts
Artifact Files Size
@fkui/date (esm) 1 file(s) 32.2KiB
@fkui/design 2 file(s) 187.8KiB
@fkui/logic (esm) 1 file(s) 161.8KiB
@fkui/vue (FBadge bundle) 1 file(s) 546.7KiB
@fkui/vue/cypress 1 file(s) 55.8KiB
@fkui/vue/selectors 1 file(s) 3.3KiB
@fkui/vue-labs (esm) 1 file(s) 248.2KiB

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Förhandsgranskning 🐛 🔍

Dokumentation och exampel applikationer finns att förhandsgranska på:

Sida URL
Dokumentation https://Forsakringskassan.github.io/designsystem/pr-preview/pr-924/
Vue Sandbox https://Forsakringskassan.github.io/designsystem/pr-preview/pr-924/vue-sandbox
Applikationsmall https://Forsakringskassan.github.io/designsystem/pr-preview/pr-924/examples/page-layout

Senast uppdaterad 2026-03-06 16:09 UTC i gh-pages.

@dvitamin dvitamin force-pushed the f-sort-filter-dataset-ignore-inline-edits branch from 45373b2 to 9f8319e Compare January 8, 2026 14:00
@atfkassan atfkassan self-requested a review January 9, 2026 13:07
@atfkassan
Copy link
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.

@dvitamin dvitamin force-pushed the f-sort-filter-dataset-ignore-inline-edits branch from 9f8319e to 3c910ee Compare February 13, 2026 16:32
@dvitamin dvitamin force-pushed the f-sort-filter-dataset-ignore-inline-edits branch 2 times, most recently from 0f5176b to e8c41ba Compare March 6, 2026 13:09
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.
@dvitamin dvitamin force-pushed the f-sort-filter-dataset-ignore-inline-edits branch from e8c41ba to d9574db Compare March 6, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

proof of concept Not meant to be merged (yet)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants