We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28591b6 commit 1ce0071Copy full SHA for 1ce0071
content/docs/plugins/plugin-grid.mdx
@@ -17,7 +17,8 @@ npm install @object-ui/plugin-grid
17
18
## Interactive Examples
19
20
-<InteractiveDemo
+{/* Temporarily disabled due to data-table component bug */}
21
+{/* <InteractiveDemo
22
schema={{
23
type: "object-grid",
24
columns: [
@@ -38,7 +39,11 @@ npm install @object-ui/plugin-grid
38
39
}}
40
title="Basic Data Grid"
41
description="Grid with sorting, filtering, and pagination"
-/>
42
+/> */}
43
+
44
+:::note
45
+Interactive demo temporarily disabled due to a known issue with the data-table component. See the code examples below for usage.
46
+:::
47
48
## Features
49
0 commit comments