Iconos

QuestionsIconos
Gustavo Lazaro asked 8 years ago

Abu estimated. Is there any way to remove icons add, edit and borral the right side of the grid. But I have to keep showing the inocos to add, edit and delete up and down the grid. Thank you

1 Answers
Abu Ghufran answered 8 years ago

You can set rowactions to false.

$g->set_actions(array(
"add"=>true, // allow/disallow add
"edit"=>true, // allow/disallow edit
"delete"=>true, // allow/disallow delete
"rowactions"=> false ……………..
)
);

Your Answer

4 + 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?