Page 1 of 1
New nuBuilder browse column width ignored
Posted: Thu Oct 10, 2019 11:10 am
by Timo
Hi, the latest version of nuBuilder seems to ignore the column widths. Column Option is set to 200 but rendered with 800+ pixels. This makes a table harder to read.
BTW, congrats on the new design. Like it!
column widths.png
Re: New nuBuilder browse column width ignored
Posted: Sat Oct 12, 2019 8:11 am
by kev1n
Overvrite nuResizeBrowseColumns() by adding this empty functions under Setup -> Header. Save an log in again. Then all columns will have the widths you set.
Code: Select all
function nuResizeBrowseColumns(){
}
Re: New nuBuilder browse column width ignored
Posted: Sun Oct 13, 2019 10:18 pm
by admin
Timo,
You can pad the right by adding a wide column with nothing in it.
Steven
Re: New nuBuilder browse column width ignored
Posted: Thu Oct 17, 2019 5:47 pm
by Timo
admin wrote:Timo,
You can pad the right by adding a wide column with nothing in it.
Steven
I'm afraid this is no option. I don't want modify the nuBuilder forms like users, access levels and so on. But I've found a solution in another thread.
Re: New nuBuilder browse column width ignored
Posted: Thu Oct 17, 2019 11:53 pm
by admin
Timo,
I have added this in the last update.
https://wiki.nubuilder.cloud/ ... wserResize
Steven