Skip to content

Commit 1fa44fb

Browse files
authored
Merge branch 'main' into ahmad/issue-1240
2 parents 0331d25 + 92743f6 commit 1fa44fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/events/events_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ Whenever the user hovers over the heading, the `next_word` **event handler** wil
4747

4848
Adding the `@rx.event` decorator above the event handler is strongly recommended. This decorator enables proper static type checking, which ensures event handlers receive the correct number and types of arguments.
4949

50-
# What in this section?
50+
# What's in this section?
5151

5252
In the event section of the documentation, you will explore the different types of events supported by Reflex, along with the different ways to call them.

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)