Welcome to the nuBuilder Forums!

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

Hide browse column

Questions related to using nuBuilder Forte.
Post Reply
Martin
Posts: 30
Joined: Fri Nov 09, 2018 5:42 pm

Hide browse column

Unread post by Martin »

That may be a stupid question and probably easy to do in nuBuilder if you know how...
If globeadmin is logged in, show a certain browse column , if not hide it. This applies to all my browse tables.
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Hide browse column

Unread post by admin »

Martin,

You can't do this using Hash Cookie as you can filtering rows.

But you can get a Browse Form to point to a different Edit Form.
bro.PNG
You would need to set up different Access Levels with different Home Pages and Buttons that open different Browse Forms.


Steven
You do not have the required permissions to view the files attached to this post.
Martin
Posts: 30
Joined: Fri Nov 09, 2018 5:42 pm

Re: Hide browse column

Unread post by Martin »

Martin wrote: If globeadmin is logged in, show a certain browse column , if not hide it. This applies to all my browse tables.
Managed to do that with javascript.

Code: Select all

$('[data-nu-column="6"]').hide();
$('#nuBrowseTitle6').hide();
Thanks anyway.
Post Reply