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

fix(grid): add missed props to documentation #1414

Merged

Conversation

MaximKudriavtsev
Copy link
Contributor

@MaximKudriavtsev MaximKudriavtsev commented Sep 20, 2018

Fixes #1412

onPageSizeChange | (size: number) => void | Handles the page size changes.
pageSizes | Array<number> | Specifies the page sizes that a user can select.
getMessage | ([messageKey](#localization-messages): string) => string | Returns the paging panel's text.
getMessage | ([messageKey](#localization-messages): string, params?: { from: number, to: number, count: number }) => string | Returns the paging panel's text.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually, we use parameters instead of params.

@MaximKudriavtsev MaximKudriavtsev merged commit e7fe289 into DevExpress:master Sep 20, 2018
@MaximKudriavtsev MaximKudriavtsev deleted the paging-panel-docs-bug branch September 20, 2018 07:11
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

Successfully merging this pull request may close these issues.

2 participants