diff --git a/CLAUDE.md b/CLAUDE.md index 06bbd33d..d8f15df6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -192,12 +192,14 @@ Data tables use TanStack Table's `SortingState` wired to `useTableFilter` so tha 4. **SWR key** — SWR uses `getTableFilterToQueryString()` as its key, so any filter change (including sort) automatically re-fetches with the new query params. TanStack Table's built-in client sorting is effectively disabled; the server does the sorting. -**Pass `sorting` / `setSorting` to `