Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

New nuBuilder browse column width ignored

Questions related to using nuBuilder Forte.
Post Reply
Timo
Posts: 221
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

New nuBuilder browse column width ignored

Unread post 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! :D
column widths.png
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: New nuBuilder browse column width ignored

Unread post 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(){
}
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: New nuBuilder browse column width ignored

Unread post by admin »

Timo,

You can pad the right by adding a wide column with nothing in it.


Steven
Timo
Posts: 221
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Re: New nuBuilder browse column width ignored

Unread post 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.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: New nuBuilder browse column width ignored

Unread post by admin »

Timo,

I have added this in the last update.

https://wiki.nubuilder.cloud/ ... wserResize

Steven
Post Reply