回答編集履歴

1

不要な言葉の修正

2022/03/29 15:41

投稿

k_a
k_a

スコア983

test CHANGED
@@ -1,3 +1,3 @@
1
- 今回の場合は`useTable`のオプションに`autoResetSortBy: false`を渡せば問題は解消されるかと思います。
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)を参照してください。