Skip to content

Commit 1ce0071

Browse files
Copilothotlong
andcommitted
Disable plugin-grid interactive demo to prevent browser crash
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 28591b6 commit 1ce0071

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/docs/plugins/plugin-grid.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ npm install @object-ui/plugin-grid
1717

1818
## Interactive Examples
1919

20-
<InteractiveDemo
20+
{/* Temporarily disabled due to data-table component bug */}
21+
{/* <InteractiveDemo
2122
schema={{
2223
type: "object-grid",
2324
columns: [
@@ -38,7 +39,11 @@ npm install @object-ui/plugin-grid
3839
}}
3940
title="Basic Data Grid"
4041
description="Grid with sorting, filtering, and pagination"
41-
/>
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+
:::
4247

4348
## Features
4449

0 commit comments

Comments
 (0)