How can I hide the Search Form section of a Tabular report, without hiding the Table report itself?
I tried this out in my own html file:
<style>
#caspioform {
display: none;
}
</style>
But it hides the whole datapage. I need to hide only the Search Form section. And I need to do it only in my .html file, not the datapage ( I mean I can't do this on the footer o header).
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.
Question
KAPITYAN
How can I hide the Search Form section of a Tabular report, without hiding the Table report itself?
I tried this out in my own html file:
<style>
#caspioform {
display: none;
}
</style>
But it hides the whole datapage. I need to hide only the Search Form section. And I need to do it only in my .html file, not the datapage ( I mean I can't do this on the footer o header).
Link to comment
Share on other sites
13 answers to this question
Recommended Posts
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.