jquery - Performing SQL-like set operations on Datatables -


i have array several hundred elements ids of data in datatable have created ex, [102,105,155,21,13,225...etc]. need do, in sql terms, perform update inner join on table rows , array, , set resulting rows specific class.

i have attempted .each , .find methods, not them work, , looping through table potentially thousands of times, given size of array, highly inefficient.

are there methods in jquery work datatables allow trying accomplish? how can implemented?


Comments