Webix Datatable restriction for the repeated value inside the combo box

I have a datatable where I can add the rows dynamically on the press of button. Now, I want to restrict the repeated value from the combo box on every row. Each row should have the unique value for every selection inside the combo box.

Please refer to this snippet: https://snippet.webix.com/33hpk6xf

Hello Team, Please provide some updates regarding the same. Thanks!

Hello All, Can you provide me any updates on this? Also I have managed a workaround for the same as here : https://snippet.webix.com/xfpymlg0

In this snippet, I already have popped out the element from the combo list array by keeping it global.

But I’m looking for some solution where I can get the Store of the Datatable and If I can compare between the dirty values of all rows.

If the changed value of a certain row equals to any of the value from the other row then I can omit it for selection.

Hello Team, Please provide some updates regarding the same. Thanks!

Alright guys, I have resolved the issue and found the perfect solution for the same: Code Snippet