Page 1 of 1
browse columns too wide
Posted: Sat Jan 18, 2020 11:21 am
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
Re: browse columns too wide
Posted: Sun Jan 19, 2020 11:12 pm
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
Re: browse columns too wide
Posted: Mon Jan 20, 2020 5:46 am
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.
Re: browse columns too wide
Posted: Mon Jan 20, 2020 8:36 am
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