Home › Forums › Classic DFFS › Headers and pre columns › Reply To: Headers and pre columns
September 19, 2014 at 14:00
#6205
I kind of found a work around but I feel it is cheesy.
I created new fields in SP (lblDisplay1,lblDislblBlank2,lblBlank3,lbbDisplayText1, etc) and hide them with jquery. Alignment can be cumbersome but it works.
Is this the way or is there a better/preferred way?
Sample code I put in Misc
$('input[title=lblBlank1]').parent().parent().parent().hide();
Thank you.