Jump to content
  • 0

Tabular report change the row into a link


ccxdev

Question

2 answers to this question

Recommended Posts

  • 0

HTML Block

*You must use a div - not an a tag. Caspio's HTML editor doesn't allow you to have divs inside an a tag.

<div onclick="location.assign('yourLink.html');">

      <div class="field-1">[@field:DataSourceField1]</div>

      <div class="field-2">[@field:DataSourceField2]</div>

      <div class="field-3">[@field:DataSourceField3]</div>

</div>

Link to comment
Share on other sites

  • 0

 

Hi Chad,

Is it possible to :-

 

1) Change the default "View Details" link to something else like just "Details" 

Those 2 words take up a lot of real estate in a tightly crunched results screen:)

 

2)  Grid Edit - How Can I Make the tables NOT shrink when I Click "Grid Edit" 

After Clicking "Grid Edit" the whole table kinda squishes together. How do I prevent that?

attached screen shots...

Thanks !

Grid_Edit_Tool_BEFORE.PNG

Grid_Edit_Tool_AFTER.PNG

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...