dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
89 stars 7 forks source link

Link Text, instead of complete Link in Action Tables or Display widgets (or tables) #359

Closed pgrill79 closed 3 weeks ago

pgrill79 commented 1 month ago

If i use the Action Table or Display widget i can use the href property make this text as hyperlink:

image

But in case you have very long links, you want to show the user an Link Text, so proably this way:

"data": { "href" : "http://dashjoin.com", "linktext" : "Great Tool" }

which shows "Great Tool" as link text with the target URL behind

aeberhart commented 3 weeks ago

We have this already. The attribute is called "label" https://dashjoin.github.io/platform/latest/developer-reference/#display

please re-open if you mean something different