I am showing and hiding columns on within initComplete.
this.api().columns([6,7]).visible(false).columns([9,11]).visible(true)
However the first row always includes an additional class colspan="8"
If I add .draw() it works okay however this is server side so I get an another call to the server which I'm trying to avoid.
This table includes Editor
Anyone else seen this ?
Thanks