How to hide column when we have colspan in the header

Hi,

I am trying to hide the column based on selection. It works find when i hide the 2nd column. But when I try to hide first column, then the header is getting hide. Please refer the code snippet in the below link

http://webix.com/snippet/2d1b90f8

I am trying to have the column header (Range-hh or Range-pp) of the first row to be visible when I hide the column “<=75,000”.

Please guide to solve this.

Thanks

The current behavior is the expected one. You can’t hide the starting column of colspan and preserve visibility of other spanned columns.

You can add an extra column, that will be used as key-column for colspan. In such case other 3 columns can be hidden without any problems

http://webix.com/snippet/05af7076