diff --git a/apps/website/pages/components/data-grid/index.tsx b/apps/website/pages/components/data-grid/index.tsx new file mode 100644 index 0000000000..7dda5ffb71 --- /dev/null +++ b/apps/website/pages/components/data-grid/index.tsx @@ -0,0 +1,21 @@ +import Head from "next/head"; +import type { ReactElement } from "react"; +import DataGridCodePage from "screens/components/data-grid/code/DataGridCodePage"; +import DataGridPageLayout from "screens/components/data-grid/DatagridPageLayout"; + +const Usage = () => { + return ( + <> +
+
+ GridColumn[]
+ being GridColumn:
+
GridColumn object has the following properties:
+ Each one of them being in order:
+
+
+
+
key in each column.
+ selectable is set to true. The{" "}
+ uniqueRowId key will be used to identify the each row.
+ selectable is
+ set to true.The uniqueRowId key will be used to identify the rows.
+ selectable is set to true, expandable is set to true or rows is of
+ type HierarchyGridRow[].
+