Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Exclude a column from listing after clicking "Print" button

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
gerese
Posts: 132
Joined: Sun Dec 16, 2018 6:13 pm
Location: România
Has thanked: 30 times
Been thanked: 4 times

Exclude a column from listing after clicking "Print" button

Unread post 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
nuBuilderForte .... BIG Like !!!
kev1n
nuBuilder Team
Posts: 4302
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

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

Unread post 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);
You do not have the required permissions to view the files attached to this post.
gerese
Posts: 132
Joined: Sun Dec 16, 2018 6:13 pm
Location: România
Has thanked: 30 times
Been thanked: 4 times

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

Unread post by gerese »

Thank you so much for helping me , Kev1n! :thumb:
nuBuilderForte .... BIG Like !!!
kev1n
nuBuilder Team
Posts: 4302
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

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

Unread post by kev1n »

This change is now also on Github.
Post Reply