table
table copied to clipboard
feat: add autoResetSorting
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 86a854c9f1cdc543491335fe1748e12825ac3e66. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 2 targets
Sent with 💌 from NxCloud.
What's the use-case for this? Usually changing the sorting state without user-input is bad UX, right?
What's the use-case for this? Usually changing the sorting state without user-input is bad UX, right?
Personally I agree that changing the sorting state without user-input is bad UX. But there's still some designers prefer automatically resetting the sorting state when data changes.
Also, see https://github.com/TanStack/table/discussions/5217
ok, open to merging this, but need to test more. Definitely agree that this should not be enabled by default like some of the other autoReset options though.