Can a group header include an image?

QuestionsCan a group header include an image?
Mike Fischer asked 10 months ago

I would like to include an image for a group header. Is this possible?

1 Answers
Abu Ghufran Staff answered 10 months ago

Hello,

If you mean this:

Then in the groupHeaders -> titleText, Where you specify header text, you can append <img> tag.

$g->set_group_header( array(
		"useColSpanStyle"=>false,
		"groupHeaders"=>array(
			array(
				"startColumnName"=>'name', // group starts from this column
				"numberOfColumns"=>2, // group span to next 2 columns
				"titleText"=>'<img src="https://domain.com/Photos-new-icon.png" style="top: 3px;position: relative;margin-bottom: -5px;margin-right: 5px;" height="30" />Personal Information'
			)
	)
)

 

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

1 + 17 =

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?