Page 1 of 1

Exclude a column from listing after clicking "Print" button

Posted: Sun Feb 20, 2022 7:13 pm
by gerese
Hi,
In BrowseForm I have a column with width 0.
How can I exclude this column from being listed by clicking the "Print" (#nuPrintButton) button?
Thanks

Re: Exclude a column from listing after clicking "Print" button

Posted: Mon Feb 21, 2022 5:57 am
by kev1n
Hi gerese,

I modified nurunhtml.php so that hidden (width = 0) columns are excluded by default:
nurunhtml.zip

To include hidden columns, set this hash cookie:

Code: Select all

nuSetProperty('nuPrintincludeHiddenColumns', 1);

Re: Exclude a column from listing after clicking "Print" button

Posted: Mon Feb 21, 2022 5:01 pm
by gerese
Thank you so much for helping me , Kev1n! :thumb:

Re: Exclude a column from listing after clicking "Print" button

Posted: Tue Feb 22, 2022 4:01 pm
by kev1n
This change is now also on Github.