How can I show week number

…when editing datatable with popup calender.

I have a row in datatable { id:“CalculatedDateBeforeSOP”, editor:“date”, header:“Due Dates”, width:100} but it shows normal calender. I would like to show week number and I do not know how and where to add weekHeader:true.

You can configure a custom calendar editor and link it to the column

http://webix.com/snippet/6572a101

thank you very much. It works :slight_smile: