tooltip for column header

Questionstooltip for column header
FKA Brands - Ed Komeshak asked 5 years ago

Is there a way to create a tooltip for the column header?

6 Answers
Abu Ghufran Staff answered 5 years ago

Currently, columns shows default tooltip of browser.

Do you mean tooltip as shown on toolbar icons to be replaced here?

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Abu Ghufran Staff answered 5 years ago

Another solution could be to use like this:

Currently, this tooltip is  displayed when the text is long and not completely displayed in space.

Let me know your requirement.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Ed K answered 5 years ago

Hi Abu – example would be to provide additional explanation for the column. Ex.  column title=  \”IT\”, hover tooltip = \”Inventory type code for component\”

Abu Ghufran Staff answered 5 years ago

Ok, give me some time for demo and i’ll be updating back.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Abu Ghufran Staff answered 5 years ago

Hello,

This feature is now supported and you can have custom tooltip text for column headers.

 

You need to define tooltip property as well. Supported in latest build.

$col = array();
$col[“title”] = “Total”;
$col[“tooltip”] = “Total Number is here”;
….

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

Hello Abu,

this is not working for me.

I though I have the latest build…

How can I check?

Your Answer

3 + 4 =

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?