how to find a unique rows for each column in the table .

how to find a unique rows for each column in the table .

shivankbshivankb Posts: 3Questions: 2Answers: 0

here is my code :smile:
this.x.then(df => {
let rowsData = this.table.column(0).data().unique();
$("#Addfilters").click(function() {
console.log(rowsData);
});
});

but this is giving me a error : a.slice is not a function . thanks in advance

This discussion has been closed.