I’m trying to load only select columns on my datatable. I have 3 columns headers (Number, Title, Date). The rows for Number will always be “1,2,3,4,5”. I only want to update the columns Title & Date using data from server.
The only example that I’ve found for this has been here http://webix.com/snippet/0b55fb88 - however, I’m unable to get it to work for me and it’s adding the new collection value to the datatable selector, which I don’t want. I’m looking for column Number to be static at all times.
Thecollection (which can be also defined asoptions property - the result will be equal) is an independent data storage for the particular column, which contains items withid/value attributes. It is bound with original data through the IDs of items. I.e.