Seal Report Forum
»
Report Edition
»
Reports
»
keep headers top of page / change background color column
Rank: Member
Groups: Registered
Joined: 10/23/2019(UTC) Posts: 11
|
Hello,
I have a report with a long number of records. I'd like to keep the column headers always visible on top, so that you can scroll through the list and still always see what each column means. Is this possible?
I'm also looking for a way to change the background color of a column. I thought I could to it like this:
cell.ContextRow.FinalCssStyle = "color: red;";
in the cell script, but the syntax isn't right apparently?
Thanks for your help, Tom
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
The pagination relies on the DataTable component which does not offer the header and scroll you want...
Concerning the cell color: cell.ContextRow is an integer, just use cell.FinalCssStyle = "background-color:red;";
|
|
|
|
Seal Report Forum
»
Report Edition
»
Reports
»
keep headers top of page / change background color column
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.