Skip to content

Commit

Permalink
Update sortBy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thyeggman committed Sep 18, 2023
1 parent 1e2af28 commit 04784ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DataTable/column.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export interface Column<Data extends UniqueRow> {

/**
* Specify if the table should sort by this column and, if applicable, a
* specific sort strategy or custom sort strategy
* specific sort strategy or custom sort strategy. If the data is sparse,
* blank values will be ordered last.
*/
sortBy?: boolean | SortStrategy | CustomSortStrategy<Data>

Expand Down

0 comments on commit 04784ec

Please sign in to comment.