Pagination stuck on top tollbar

QuestionsPagination stuck on top tollbar
Tammy Colley asked 6 years ago

Hi, I have used the below to move all actions to bottom toolbar but the pagination stays on top toolbar, can I move that too?

// expand grid to screen width
$grid[“toolbar”] = “bottom”;
$grid[“autowidth”] = true;
//$grid[“pgbuttons”] = false;

1 Answers
Abu Ghufran Staff answered 6 years ago

If you are passing this $grid in set_options() function then it should work. You can test in on any demos that comes with package.

$grid[“toolbar”] = “bottom”;

$g->set_options($grid);

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

20 + 10 =

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?