We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baad174 commit b629e3eCopy full SHA for b629e3e
packages/documentation/src/components/Demos/Table/SortableColumns.tsx
@@ -1,6 +1,7 @@
1
import React, { ReactElement, useState } from "react";
2
import { upperFirst } from "lodash";
3
import {
4
+ SortOrder,
5
TableContainer,
6
Table,
7
TableHeader,
@@ -11,7 +12,6 @@ import {
11
12
import desserts, { Dessert } from "constants/desserts";
13
14
type DessertKey = keyof Dessert;
-type SortOrder = "ascending" | "descending";
15
16
interface SortState {
17
data: readonly Dessert[];
0 commit comments