hello,
i have a table in database which have columns like below
id name status email
1 ankit pending an@rediffmail.com
here i want to use datatable to take data in that, to send mail to only that person whose status is pending so m confused how to use datatable to search for the values of the column status
plz help