Does anyone have any suggestions for making the column titles dynamic in Domino?What I mean is - if you have say 5 columns of which the first column is a category column making the view expandable and you have column titles that align correctly with their respective columns.
When you collapse the view into the categories only the column titles all crunch together which looks untidy.
Does anyone have any ideas - maybe using javascript to allow the column titles to stay in the samle position (as when expanded) whether they are expanded or collapsed?
Thanks in advance
Mark
Subject: Formatting Column Headers in Domino Views
Hi,I assume it is a web-based database. You can have a computed text which is passed through Html and the formula can be
“<table border="1" borderColor="navy" cellPadding="2" cellSpacing="0" class="DEFAULT" rules="all" style=" background:color:transparent;border-collapse: collapse; font-family: Verdana; font-size: 8pt; border-style: solid; border-width: 1px" width="80%" align="center" ><tr align="middle" ><td widht=30 align="middle" >Division<td align="middle" >Department<td align="middle" >Name<td align="middle" >Designation”
since the width is fixed, the columns all appear uniform even when the twistie is collapsed.
Regards
Roopa