Keep datagrid header stationary and scroll rows?

2
Is it possible to keep the datagrid header stationary and scroll only the rows? In that way the header and buttons remain accessible if you have more rows then the screen can display at once.
asked
2 answers
1

You mean like in excel? You could do it with styling. Edit: You could use absolute positioning on the header colunm div element.

answered
1

I would suggest using(creating) a widget for this instead. This will allow you to reposition the header of your datagrid to a position somewhere else in your page.

answered