How to grouping the row in php grid?

QuestionsHow to grouping the row in php grid?
vinothini asked 3 years ago
3 Answers
Abu Ghufran Staff answered 3 years ago

Currently it’s not supported.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
pcattani answered 3 years ago

What do you mean it’s not supported? I am currently using grouping in a grid right now:

$grid3[“grouping”] = true;
$grid3[“groupingView”] = array();
// specify column name to group listing
$grid3[“groupingView”][“groupField”] = array(“group_name”);
$grid3[“groupingView”][“groupColumnShow”] = array(false);
// Turn true to show group collapse (default: false)
$grid3[“groupingView”][“groupCollapse”] = false;

Abu Ghufran Staff answered 3 years ago

Ok, I was unable to understand the one-liner question.

Thanks for the update.

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

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