We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06db86 commit 7f031acCopy full SHA for 7f031ac
1 file changed
src-docs/src/views/datagrid/focus.js
@@ -17,7 +17,7 @@ import {
17
18
const data = [];
19
20
-for (let i = 0; i < 10; i++) {
+for (let i = 0; i < 25; i++) {
21
data.push([
22
<span>{fake('{{name.firstName}}')}</span>,
23
@@ -214,7 +214,7 @@ export default () => {
214
);
215
216
const [pagination, setPagination] = useState({
217
- pageSize: 4,
+ pageSize: 20,
218
pageIndex: 0,
219
pageSizeOptions: [4],
220
});
@@ -250,6 +250,7 @@ export default () => {
250
onChangeItemsPerPage,
251
onChangePage,
252
}}
253
+ height={300}
254
/>
255
</>
256
0 commit comments