fix: align useTableSort with PHP version — userClicked ref, nullable activeSort

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-03-23 10:53:26 +01:00
parent 1a175e805b
commit 56065c381b
2 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
interface SortIconProps {
column: string
sort: string
sort: string | null
order: string
}