I have a project where very many records ( >100 ) should be displayed on one page. For this it would be useful if breadcrumb, search and title are fixed on the top of the screen. So that only the Rows are scrollable.
I already tried to set these classes to fixed via CSS, but this destroys the complete menu:
Code: Select all
.nuBreadcrumbHolder, .nuActionHolder, .nuTabHolder, .nuBrowseTitle {
position: fixed;
}