Is there a good way to get the column headers to remain visible while scrolling through the grid (e.g. on section pages)? I've tried CSS position:sticky, but it doesn't appear to have any effect with the way the grid is constructed.
Like
1 comments
17:51 Aug 27, 2019
Unfortunately, there is no good way to create sticky header while scrolling through the grid. After freezing header row in the grid all other blocks on the page need to be adjusted in order the page is displayed properly.
Show all comments