Skip to content

Commit

Permalink
add categorical type to comments about supported types
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Apr 19, 2024
1 parent 8548a8c commit 1237931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/createSorter.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const getSortFunction = (rule) => {
const {
property,
direction = 'asc',
type, // REQUIRED! number, boolean, string, date, hierarchy
type, // REQUIRED! number, boolean, string, date, hierarchy, categorical
} = rule;

// LIFO/FIFO rule sorted by _createdIndex
Expand Down

0 comments on commit 1237931

Please sign in to comment.