basenine 12/22/2022 5:12:09 PM A tedious work around which would need to be done to required fields at each view they appear.... And by no means is this the ultimate solution. _______________________________ #frm_541972 > section > table > thead > tr > th:nth-child(2) > a{ visibility: hidden; position: relative; } #frm_541972 > section > table > thead > tr > th:nth-child(2) > a:after{ visibility: visible; position: absolute; content:"Different Name"; top:0; left:0; } __________________________ Child(2) in this case refers to the 2nd field name in the view, where "Action" is Child(1) The #frm_541972 is the field ColumnId()
Not ideal but it might get you out of a jam... I haven't tested on multiple devices and I did notice the wrapping is chaotic...I threw this together very quickly
|