Jump to content
  • 0

Make the Table layout in Results DataPage invisible


NeoInJS

Question

2 answers to this question

Recommended Posts

  • 0

Hello @NeoInJS,

 

You may follow this Caspio article: https://howto.caspio.com/tech-tips-and-articles/common-customizations/how-to-hide-fields-in-datapages/ to hide the whole report.

In your case, you may add a Header and Footer on the "Configure Results Page Fields" of your DataPage then put the following syntax

 

Header:

<div style="display: none;">

 

Footer:

</div>

 

Link to comment
Share on other sites

  • 0

Hi @NeoInJS,

Base on the title you want to make the table layout of the tabular result DataPage invisible.

If that is correct, you can use this CSS Code  below, and add a Header and Footer on the "Configure Results Page Fields" of your DataPage then put the following syntax

Header:

<style>
.cbResultSetTableCell, .cbResultSetTable{
    border-color: transparent;
}
</style>

Or go to you STYLE > SOURCE > ALL > Search for fields .cbResultSetTableCell and .cbResultSetTable> Change the border-color to transparent > Select the DataPage > Finish.

image.thumb.png.5e7bf88ed212bc59f633d73f917c2bc7.png


 Hope this Helps

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...