Skip to content

Commit

Permalink
docs: Remove nullish in description of sortUndefined (#5485)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiccWan authored Apr 13, 2024
1 parent b9ca88d commit 99e740a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ const columns = [
]
```

#### Sort Undefined or Nullish Values
#### Sort Undefined Values

Any undefined or nullish values will be sorted to the beginning or end of the list based on the `sortUndefined` column option or table option. You can customize this behavior for your specific use-case.
Any undefined values will be sorted to the beginning or end of the list based on the `sortUndefined` column option or table option. You can customize this behavior for your specific use-case.

In not specified, the default value for `sortUndefined` is `1`, and undefined values will be sorted with lower priority (descending), if ascending, undefined will appear on the end of the list.

Expand Down

0 comments on commit 99e740a

Please sign in to comment.