Skip to content

Commit 8bf8476

Browse files
committed
improve description for virtual scroll
1 parent f8394d6 commit 8bf8476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/03-Customization/13-standardPagesTuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default {
138138

139139
### Virtual scroll
140140

141-
Set `options.listVirtualScrollEnabled` to true to enable virtual scrolling in the table
141+
Set `options.listVirtualScrollEnabled` to true to enable virtual scrolling in the table. The default value is false. Enable this option if you need to display a large number of records on a single page.
142142

143143
```typescript title="./resources/apartments.ts"
144144
export default {

0 commit comments

Comments
 (0)