From experience we found very important to implement feature - locking/freeze > header row. This is because in pdf's are headers repeated on each page on html just once. users are annoyed when cant see immediately title of a report - e.g. open orders with 15 columns where 5-8 columns are qty confusing users well.
Hi - I tested the pull request 761, the only thing I noticed that is potentially not good is that printing that HTML frame, or clicking/saving the HTML file generated and then trying to print it, just prints the first page.
I mean, in the actual code, printing the HTML output from the browser creates a printing with all the records, but with the new frozen header it just prints the first page.
Regards,
Carlos Ruiz
Heng Sin Low
June 22, 2021 at 6:31 AM
(edited)
For the sake of comparison, I’ve created a mostly css driven approach here:
Perhaps your is working better but I can’t compare since I’ve not seen it yet (I’ve tested the changes above with Firefox and Chrome and seems working fine).
Norbert Bede
June 18, 2021 at 10:58 AM
Hi
next week we create PR. we are using it.
nb
Heng Sin Low
June 18, 2021 at 9:35 AM
Hi ,
Any update on this ?
Regards,
Low
Nicolas Micoud
March 14, 2018 at 11:27 AM
Norbert said he will upload an updated patch, but for v3.1 (see IRC logs from yesterday). Then, I will try to make it work for 5.1
From experience we found very important to implement feature - locking/freeze > header row.
This is because in pdf's are headers repeated on each page on html just once. users are annoyed when cant see immediately title of a report - e.g. open orders with 15 columns where 5-8 columns are qty confusing users well.