On Wednesday, April 6, 2022 at 1:04:46 AM UTC-7 Dave S wrote:

I want to add a feature to a page where I'm using SQLTABLE to display some 
of the columns of a db table.  I want to add tooltips to some of the 
columns I'm displaying. and I want to create those tooltips from columns 
I'm not displaying.  Is there a way to do that still using SQLTABLE, or do 
I have to do my own translation of rows into HTML?

The two ways of doing tooltips for table cells that I know of are the title 
attribute and span-and-hover technique.  The title attribute could be set 
with kwargs, but doing that wouldn't be row-specific.

Tanks a lot.

/dps


Once again, I'm interested in doing this.   I don't think the 
'extra_columns' feature is what I want to use, and actually, the gloss I 
want to use is a column in the table I'm querying, so the most direct 
alternative is just to show that column, but a gloss seems much more 
appropriate.

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/web2py/3e94f346-2848-4626-8155-4d1813b67b67n%40googlegroups.com.

Reply via email to