I want to select entire column on click of column I am aware of event onHeaderClick but how can I select entire column.
Select means whole column will be display selected in green.
You need to use “colum” selection mode
http://webix.com/snippet/2d246dd2
In this mode you can use dtable.select(column_id) to select some column
Thanks!
can you show programaticaly. Not work with mine case.
http://webix.com/snippet/e429bf41
I try $$(“datatable”).selet(id);
Hey I have done with it I got my error I am not using select mode. I have selected select mode as cell and on header click use selectRange method to get the column select behavior work for me.