Datatable Validation - unique entries

How can I add a rule to check that for a particular column, all the values entered in that column is unique?

Hey @ljing, you can make a use of a onBeforeEditStop event and check every entry (using eachRow) in the currently edited column to see if the value you’ve entered is unique or not: https://snippet.webix.com/dpxyiajo.