I have a datatable which has a list of transactions. The status of each transaction (completed or not) is in the last column of the datatable. While exporting the data, I want to capture only the completed transactions, and filter out the rest. Any leads on how that's possible?
↧