From 123793144324de342d992bc612c6f4bedfd36b26 Mon Sep 17 00:00:00 2001 From: Caden Buckhalt Date: Fri, 19 Apr 2024 07:29:15 -0700 Subject: [PATCH] add categorical type to comments about supported types --- src/utils/createSorter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/createSorter.js b/src/utils/createSorter.js index 87d8a94f4..f71ba2583 100644 --- a/src/utils/createSorter.js +++ b/src/utils/createSorter.js @@ -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