I changed it to
Code:
--------------------------------------------------------------------------------
{tip {$columns:Summary}}<a href="index.php?option=com_content&view=article&id={$columns:ArticleId}">{$value}</a> {/tip}
--------------------------------------------------------------------------------
where 'summary' and 'articleid' are my column names, and added it to the formatting box for the column I wanted.
Let me know if its not working
Ive tried this with J!2.5 and no luck.
When I use the suggested code:
Code: |
{qluetip title=[Hover here to see tooltip]}That'll be a Text Tooltip!{/qluetip}
|
within the Format Column of ARI data table I get the output for the column, but only for the 1st row from the database query. That is the pop up does not load for any row but the 1st row from the query
Any ideas?
thanks