Skip to content

Commit d1284d8

Browse files
committed
add missing group option
1 parent a6a0c27 commit d1284d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/table/grouped-table-test.page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const groupOptions = [
4343
{ value: 'date_quarter', label: 'Date (quarter)' },
4444
{ value: 'date_month', label: 'Date (month)' },
4545
{ value: 'date_day', label: 'Date (day)' },
46+
{ value: 'type', label: 'Type' },
4647
{ value: 'origin', label: 'Origin' },
4748
{ value: 'recipient', label: 'Recipient' },
4849
{ value: 'currency', label: 'Currency' },

0 commit comments

Comments
 (0)