table
table copied to clipboard
fix(table-core): Correct `getAutoSortingFn` logic when row count is less then `10`
Fixes slice array logic in getAutoSortingFn to properly sample first 10 rows for default auto row sorting.
Fixes https://github.com/TanStack/table/issues/4908