Devextreme-reactive: Paging and Scroller

Created on 4 Sep 2018  路  4Comments  路  Source: DevExpress/devextreme-reactive

Help build scrollbar on Grid when Paging

My sample code:
https://codesandbox.io/s/7k93042990

how its look right now
image

  • [* ] I have searched this repository's issues and believe that this is not a duplicate.

I'm using ...

  • [* ] React Grid
  • [ ] React Chart
  • [ ] Vue Grid
question

All 4 comments

Hi,

To achieve your goal, you should use the VirtualTable plugin instead of Table. The VirtualTable plugin has property height for seting a VirtualTable's height, see API reference.

In the following example you can see how to achieve this.

Note: for correct operation you should add bootstrap styles to the head of your application. And other required libriaries be added as well, see Getting Started guide.

Thank you!

i try build tree on vScroll + PagingPanel as i have performance problems when click on smile to change it when more than 2000 Rows rendered.
this how its look on my pc
image

i build example its have some problem on tree this example the same code as on my local.
the main problem is that i render 10,000 rows on tree and on top level i show only 832 so i expected see 1 page but its show me 7.

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.

Was this page helpful?
0 / 5 - 0 ratings