Skip to content

Commit

Permalink
fix(QTable): JSON > "virtualScrollSliceSize" default value; (#17480)
Browse files Browse the repository at this point in the history
relate to commit id: 8fd4aa2
  • Loading branch information
ke4nec authored Sep 3, 2024
1 parent 441ed78 commit 74b7423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/table/QTable.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"virtual-scroll-slice-size": {
"type": [ "Number", "String", "null" ],
"desc": "Minimum number of rows to render in the virtual list",
"default": "30",
"default": "10",
"passthrough": "child",
"category": "virtual-scroll"
},
Expand Down

0 comments on commit 74b7423

Please sign in to comment.