shrink to fit option

Questionsshrink to fit option
mohan asked 11 years ago

Hi,

can i implement shrink to fit option in php grid ?

Thanks,
Mohan

2 Answers
mohan answered 11 years ago

I have a situation where i need to change export logo and remove add, delete,column, and edit option.
please let me know can it done and howz the process its simple minor change or complex one .

Thanks,
Mohan

Abu Ghufran answered 11 years ago

Hi Mohan,

For shrinktofit, Please review documentation for more help. http://www.phpgrid.org/docs/
$grid["shrinkToFit"] = true;

What do you mean by export logo? send some screenshot.

For read only more … set

$g->set_actions(array(
"add"=>false, // allow/disallow add
"edit"=>false, // allow/disallow edit
"delete"=>false, // allow/disallow delete
"rowactions"=>false, // show/hide row wise edit/del/save option
"autofilter" => true, // show/hide autofilter for search
)
);

Your Answer

20 + 0 =

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?