diff --git a/src/DataTable/useTable.ts b/src/DataTable/useTable.ts index 5b818520f11..c9a6b874cc1 100644 --- a/src/DataTable/useTable.ts +++ b/src/DataTable/useTable.ts @@ -116,7 +116,8 @@ export function useTable({ } /** - * Sort the rows of a table with the given column sort state + * Sort the rows of a table with the given column sort state. If the data in the table is sparse, + * blank values will be ordered last regardless of the sort direction. */ function sortRows(state: Exclude) { const header = headers.find(header => {