Search the Community
Showing results for tags 'header'.
-
Change a header of a Submission DataPage based on a value on the page
vanderLeest posted a question in DataPages
I want to change a header of submission datapage based on a comparison between two virtual fields on the page. The virtual fields are fixed values for the record drawn from an underlying query, using dropdown values. If Virtual 2 <> Virtual 3 a section with a submission field for the Financial Statement Report is hidden (via Rule 1) , and if Virtual 2 = Virtual 3 the same field is set to be required (via Rule 2). I did not create the header, but it looks currently like this: <div class="container mt-3 mb-3"> <div class="row"> <div class="co -
I'm struggling getting some CSS correct in a tabular datapage and could use some help. Aggregate rows do not respond to hiding columns in the same way that data rows do when deployed. (See screenshots) In this example, I'm trying to hide three extra cells in the aggregate row. When I preview the datapage it works. When I deploy the datapage, it does not. Note that the first 4 sets of table selectors all work. Here's the CSS in my header element: <style> <!-- WORKS: --> #dashtable table:nth-of-type(1) td:nth-of-type(9) {display: none;} #dashtable table:nth-of-type(1
- 5 replies
-
- css
- display:none;
-
(and 2 more)
Tagged with:
-
I've enabled editing functionality for a search results page. When attempting the edit, the editing options are underneath the header row, making the editing options hard to see (see attached image). In Chrome I can inspect the editing options window, adjusting its z-index from 100 to an arbritary 1200 and that brings the editing options window forward to the front. However, I can't figure how to adjust this in Caspio. In my Caspio style source, I've experimented with the below z-index adjustment, but it hasn't worked: { /*Results Page Grid Edit Action Cont