Navigation on tool bar

QuestionsNavigation on tool bar
mike asked 10 years ago

Is it possible to hide the navigator on a toolbar. Some of my grids will never be over 10 rows or so.

3 Answers
Abu Ghufran answered 10 years ago

These setting will remove the paging navigation and pages.

$grid["rowList"] = array();
$grid["pgbuttons"] = false;
$grid["pgtext"] = null;

$g->set_options($grid);

You can also refer faq: Q) How to remove buttons and text from toolbar?

mike answered 10 years ago

Thanks, worked like a charm. Is there a list of what variables can be passed to set_options?

Your Answer

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