Skip to content

Commit f534bd1

Browse files
authored
add warning about aggrid (#1253)
1 parent fe2a619 commit f534bd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/library/tables-and-data-grids/ag_grid.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Reflex AG Grid is a high-performance and highly customizable grid that wraps AG
1616
pip install reflex-ag-grid
1717
```
1818

19+
```md alert warning
20+
# Starting from reflex 0.7.1, the reflex-ag-grid package is not maintained anymore. Go to https://enterprise.reflex.dev/ to get the latest version of AG Grid maintained by the Reflex Team.
21+
```
22+
1923
## Your First Reflex AG Grid
2024

2125
A basic Reflex AG Grid contains column definitions `column_defs`, which define the columns to be displayed in the grid, and `row_data`, which contains the data to be displayed in the grid.

0 commit comments

Comments
 (0)