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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Exclude a column from listing after clicking "Print" button
-
- nuBuilder Team
- Posts: 4305
- 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
Hi gerese,
I modified nurunhtml.php so that hidden (width = 0) columns are excluded by default:
To include hidden columns, set this hash cookie:
I modified nurunhtml.php so that hidden (width = 0) columns are excluded by default:
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.
-
- 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
Thank you so much for helping me , Kev1n! 

nuBuilderForte .... BIG Like !!!
-
- nuBuilder Team
- Posts: 4305
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact: