Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display more than 5 rows ? #833

Open
nicolassalok1 opened this issue Sep 6, 2018 · 1 comment
Open

Display more than 5 rows ? #833

nicolassalok1 opened this issue Sep 6, 2018 · 1 comment

Comments

@nicolassalok1
Copy link

Hello, is it possible to display more than 5 rows ?

Cheers

@nicolassalok1 nicolassalok1 changed the title Display more than 5 rows Display more than 5 rows ? Sep 6, 2018
@dahlbyk
Copy link
Contributor

dahlbyk commented Sep 6, 2018

Default pageSize is 10. You should be able to change it with:

<Griddle pageProperties={{ pageSize: 20 }} ... />

Or create a plugin with:

{
  initialState: {
    pageProperties: {
      pageSize: 20,
    },
  },
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants