Skip to content

Commit 09fd569

Browse files
Address PR feedback: display ranges data in toast instead of count
Co-Authored-By: [email protected] <[email protected]>
1 parent ff65c68 commit 09fd569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/enterprise/ag_grid/cell-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CellSelectionState(rx.State):
3333
@rx.event
3434
def echo_selection(self, ranges: list[dict], started: bool, finished: bool):
3535
if finished:
36-
yield rx.toast(f"Selected {len(ranges)} cell ranges")
36+
yield rx.toast(f"Selected ranges: {ranges}")
3737

3838
column_defs = [
3939
{"field": "athlete", "width": 150},

0 commit comments

Comments
 (0)