Is there any way to break $$(‘datatable’).eachRow(function(rowId) {}); loop ?
I want to break this loop after certain conditions are fulfilled, but not able to do this :(.
I tried returning false as soon as my conditions are successful, but still loop is not getting break.