hide separator for specific header column
Hi,
separators for the entire grid can be set to hidden with the following code
However,izzit possible to hide separator of a specific header column, say column 2. I try the following but not works.
Is the behaviour supported ? any workaround ?
Thanks
separators for the entire grid can be set to hidden with the following code
#myGrid .aw-grid-headers .aw-grid-separator {display:none}
However,izzit possible to hide separator of a specific header column, say column 2. I try the following but not works.
#myGrid .aw-grid-headers .aw-column-2 .aw-grid-separator {display:none}
Is the behaviour supported ? any workaround ?
Thanks
derek
June 28,