remove action column

Questionsremove action column
santosh asked 9 years ago

How do I remove the action column?

3 Answers
Gary Brett answered 9 years ago

There may be easier ways but I just use below to hide actions panel;

"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

Abu Ghufran answered 9 years ago

Refer docs:

$g->set_actions(array(

"rowactions"=>true,

)
);

Thom answered 8 years ago

You use it where?

Your Answer

10 + 11 =

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?