Find a row based on a column value

Tags: #<Tag:0x00007f0b0e163558>

Hi,

I am looking for help in identifying a row based on a column value.

Please help!

Thank you,
B

Hey @boobal.ganesan

Can you share an example? I’ll try to help.

When you wan to identify them: on initialization, on a change, after sorting…?

Hey @aleksandra_budnik,

Thanks for getting back.

I’ve a very big example which won’t be of any help.

What I need is,

I’ve a row data or a unique column value, using this can I find the whole row in the table and perform operations on it?

Please explain it with a basic example please?

Thanks,
B

We do not have any official API for finding unique values or duplicates, but you can use our callbacks to find them.

For an example you can use the afterChange hook to check if a new value differs from other values in a row (via getDataAtRow) or column (via getDataAtCol). Listed row/column method returns an actual array of values.