Table component - link in the icon parameter #296
-
Please tell me how I can use the icon parameter with the link display in the table component (as it is done in the markdown parameter)? |
Beta Was this translation helpful? Give feedback.
Answered by
DSMejantel
Apr 26, 2024
Replies: 1 comment 1 reply
-
Hi, SELECT 'table' as component,
'Actions' as markdown;
SELECT
nom as Rucher,
alt as altitude,
description as description,
'orange' as _sqlpage_color,
'[

](rucher.sql?tab=1&id='||id||')[

](rucher.sql?tab=2&id='||id||')[

](intervention_rucher.sql?tab=4&id='||id||')[

](production_rucher.sql?tab=5&id='||id||')' as Actions
FROM rucher WHERE id=$id; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vennizemi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
For example :