You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible to add boolean prop whether to show quicknext & quickprev buttons or an integer prop to set the minimum number of pages that should be present for the ... button to appear in the pager
Additional Information
I'm using the following versions
element-react: 1.4.34,
element-theme-default: 1.4.13
I have created the app in React with react version 16.13.1
I hope this information helps. Please let me know if I need to provide any more information on this
The text was updated successfully, but these errors were encountered:
Description
If you have more than 7 pages per documentation, it shows quick next and quick prev buttons in the pager. But their positioning is not correct.
Reproduce Steps
Check the screen recording below, it breaks at 18th second when the
...
button shows between page 10 & 11.Screen.Recording.2021-07-27.at.5.42.45.PM.mov
This is also reproducible in the example of the component on https://elemefe.github.io/element-react/#/en-US/pagination
Screen.Recording.2021-07-27.at.5.52.25.PM.mov
Solution
If possible to add boolean prop whether to show quicknext & quickprev buttons or an integer prop to set the minimum number of pages that should be present for the
...
button to appear in the pagerAdditional Information
I'm using the following versions
element-react: 1.4.34,
element-theme-default: 1.4.13
I have created the app in React with react version 16.13.1
I hope this information helps. Please let me know if I need to provide any more information on this
The text was updated successfully, but these errors were encountered: