I need to set the panelGrid fixed while scrolling the page.
e.g. the bottom bar on the top should be fixed, while scrolling the datatable.
<h:panelGrid id="buttonGrid">
....
</h:panelGrid>
<p:dataTable id="datatable" .....>
....
</p:dataTable>
How can I solve this?