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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Exclude a column from listing after clicking "Print" button
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 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: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact: