Skip to content

Commit ff65c68

Browse files
Fix redundant heading hierarchy: change duplicate Cell Selection to Range Selection
Co-Authored-By: [email protected] <[email protected]>
1 parent fc3325a commit ff65c68

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
@@ -11,7 +11,7 @@ from pcweb.pages.docs import enterprise
1111

1212
AG Grid provides powerful cell selection capabilities that allow users to select individual cells or ranges of cells. This feature is essential for data manipulation, copying, and advanced interactions like fill handle operations.
1313

14-
## Cell Selection
14+
## Range Selection
1515

1616
To enable cell selection in your AG Grid, set the `cell_selection` prop to `True`. This automatically enables both single cell selection and range selection capabilities.
1717

0 commit comments

Comments
 (0)