Hi All,
I have webix datatable contains 1000 rows - some of the rows have similar values in all columns except one column. Lets say
row1,col1 = Mango
row1,col2 = Orange
row1,col3 = Pineapple
row1,col4 = $200
row2,col1 = Mango
row2,col2 = Orange
row2,col3 = Pineapple
row2,col4 = $250
row10,col1 = Mango
row10,col2 = Orange
row10,col3 = Pineapple
row10,col4 = $300
If I change Orange to Apricot from the row1 having col4 value as $200. The value Apricot must reflect in other rows where col4 having $250 and $300. How can we achieve this in webix datatable.