autowidth

Questionsautowidth
Hubert asked 11 years ago

It's working almost perfect.

I use small page margins. autowidth is always calculated by width of the screen.

It means that it doesn't calculate my margins so eeh grid is always few pixels too big and you can see it on the right side of the page.

Any quick solution for that? something like autowidth – 0.1%?

1 Answers
Abu Ghufran answered 11 years ago

Looks like your column specified width are more than your page's width.
You can decrease the size of actions column if you wish.

# Customization of Action column width and other properties
$col = array();
$col["title"] = "Action";
$col["name"] = "act";
$col["width"] = "50";
$cols[] = $col;

Your Answer

15 + 7 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?