Hi webix team, in the snipped http://webix.com/snippet/d9c6ad9e I have a datatable with a combo and a date editor. When you first click at the numeric value the combo appear and when you click at the date value the date editor don’t appear and reverse. Second question: is it possible to put the ui.counter in a datatable cell? Thanks for advice
Please check the sample:
http://webix.com/snippet/3573d111
The point that the column’scollection
literally is an external data source. Redefining the collection will affect the entire column. In case of editing, it will cause an issue.
Foroptions
of an editor, please use the corresponding property.
As for the counter, it is possible with the activeContent, but if your datatable is intended to have the selection (select:true
or another mode ), I recommend you avoid the activeContent.
Listopad
Thanks for your solution. I have the same issue.
And I checked the samle, but if first time click the combo(No3 ) item in the sample and then click the date(No2 ) item, it will be a error as below, would you pls give some advice for it.
error:
TypeError: this.getInputNode(...).setValue is not a function
…
Listopad
This issue is resolved by the link as below, and thanks!