Skip to content

Commit 589ab6b

Browse files
docs: update example parameter (#3406)
Co-authored-by: IvanDanchev <ifujin@gmail.com>
1 parent ad543fa commit 589ab6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/paging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In addition to `Page` and `PageSize`, the Grid provides advanced pager configura
109109
<GridPagerSettings InputType="PagerInputType.Input"
110110
PageSizes="@PageSizes"
111111
ButtonCount="5"
112-
Adaptive="true"
112+
Responsive="true"
113113
Position="PagerPosition.Top">
114114
</GridPagerSettings>
115115
</GridSettings>

0 commit comments

Comments
 (0)