oroinc / platform

Main OroPlatform package with core functionality.
Other
629 stars 351 forks source link

Feature request: second pagination element below datagrids #226

Closed cawolf closed 9 years ago

cawolf commented 9 years ago

Hi, we are working with rather large datasets presented in large datagrids. Currently, our workflow is slowed by the fact that you need to scroll/jump up to the toolbar to use the pagination. Would it be possible to extend the datagrids that you can configure to show a second pagination just below the datagrids?

alsma commented 9 years ago

Hello @cawolf !

Yes, you need to render toolbar twice. You can override this method by replacing requireJS module in map section of requirejs.yml.

cawolf commented 9 years ago

Hi @alsma-magecore, thank you for your quick reply. I see, I will try to do as you suggested. Are there any plans to provide an "out-of-the-box" configuration option for this behaviour?

cawolf commented 9 years ago

Hi, I just checked the roadmap and the topic "Lock headers on grids" will definitely help us out. Thank you for your support!