Welcome to the nuBuilder Forums!

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

browse columns too wide

Questions related to using nuBuilder Forte.
Post Reply
ARWEN
Posts: 78
Joined: Thu Nov 01, 2018 6:01 am

browse columns too wide

Unread post by ARWEN »

The columns of the browse screen look too much stretched on my wide screen. Even if I set 200 width for the first column, it is shown more than twice as wide!
col.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: browse columns too wide

Unread post by admin »

ARWEN,

You can use this... https://wiki.nubuilder.cloud/ ... wserResize

You could also add an empty column on the end which will bunch up the other columns closer together.


Steven
ARWEN
Posts: 78
Joined: Thu Nov 01, 2018 6:01 am

Re: browse columns too wide

Unread post by ARWEN »

Thanks! However, my screenshot above shows the users browse form. I don't see a possibility to modify that form (or any other form that I didn't create)

I also tried adding nuStopBrowserResize in the header but without success.

Thanks for you support.
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: browse columns too wide

Unread post by kev1n »

If you want to completely disable nuResizeBrowseColumns(), you may use this:

https://forums.nubuilder.cloud/viewtopic. ... ize#p19680

and in v 4.5.:

Set this option to false in nuconfig.php:

Code: Select all

nuUXOptions['nuAutosizeBrowseColumns']	= false;	// Autosize columns to fit the document width
Post Reply