Have a datapage report field that is also included in an aggregation. Trying to left justify that column.
Chrome Dev identifies two fields that affect this alignment as: .cbResultSetHeaderCellNumberDate and .cbResultSetTableCellNumberDate. If I change it in Chrome Dev Inspect it aligns column to left.
Also searched in Caspio that styles entire source code and sequentially changed all references to a text align=right to =left. Still no change to live page.
Where is the PREVIEW of the page pulling that right setting from?
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
roattw
Have a datapage report field that is also included in an aggregation. Trying to left justify that column.
Chrome Dev identifies two fields that affect this alignment as: .cbResultSetHeaderCellNumberDate and .cbResultSetTableCellNumberDate. If I change it in Chrome Dev Inspect it aligns column to left.
.cbResultSetHeaderCellNumberDate {
text-align: right;
vertical-align: middle;
white-space: nowrap;
background-color: #dce6f1;
padding: 5px;
border-color: #eeeeee;
border-width: 1px 1px 1px 1px;
border-style: solid;
}
Also searched in Caspio that styles entire source code and sequentially changed all references to a text align=right to =left. Still no change to live page.
Where is the PREVIEW of the page pulling that right setting from?
Thanks for your patience.
Link to comment
Share on other sites
4 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.