Data manipulation with Huge volume of records in grid
I have a grid which will have around 50k - 1Lakh records. And I need to filter the record with status as failure and send those rows in a single email. Note: The grid is spying n windows mode. My Appraoch: 1) I tried capturing the table and read ...