Devextreme-reactive: How to make table header fixed in pagination mode?

Created on 6 Jan 2019  路  4Comments  路  Source: DevExpress/devextreme-reactive

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

I'm using ...

  • [x] React Grid
  • [ ] React Chart
  • [ ] React Scheduler

Current Behaviour

Row Header is NOT fixed when scrolling in pagination mode.

Expected Behaviour

Fix Row Header when scrolling in pagination mode.

Steps to Reproduce (for Bugs)

Environment


"@devexpress/dx-react-core": "1.10.0",
"@devexpress/dx-react-grid": "1.10.0",
"@devexpress/dx-react-grid-material-ui": "1.10.0",
"react": "16.6.3",

  • browser: Chome
question

Most helpful comment

Hi,

You can use the VirtualTable plugin to achieve your goal. Please refer to the following sample.

All 4 comments

Hi,

You can use the VirtualTable plugin to achieve your goal. Please refer to the following sample.

Perfect, thanks!
I tried it but, I just missed the placing VirtualTable next the IntegratedPaging.

You are welcome!

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

Related issues

ProjectaJE picture ProjectaJE  路  3Comments

acentfrio picture acentfrio  路  3Comments

jesusgp22 picture jesusgp22  路  3Comments

sintuchintu picture sintuchintu  路  3Comments

madebymt picture madebymt  路  3Comments