Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Changed] Print: Exclude zero-width columns

Information about updates, news, Code Library
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

[Changed] Print: Exclude zero-width columns

Unread post by admin »

Print will now exclude columns with zero width.

To include them anyway, set a Hash Cookie:

Code: Select all

nuSetProperty('nuPrintincludeHiddenColumns','1');
Post Reply