回答編集履歴
1
不要な言葉の修正
test
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
|
1
|
+
`useTable`のオプションに`autoResetSortBy: false`を渡せば問題は解消されるかと思います。
|
2
2
|
|
3
3
|
詳しくは[How do I stop my table state from automatically resetting when my data changes?](https://react-table.tanstack.com/docs/faq#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes)を参照してください。
|