Data Table's records display condition wise.
I have a problem like this:
My Data Table is like This
SELECTNAMEAGESTATUS
ABC25DONE
XYZ20NEW
BBB18DONE
A12328NEW
NOTE: Select Column have check boxes.
I want to display my table like this:
When STATUS is DONE, this row should be disable. I mean to say, check box should be unselectable. If Status is NEW than check box should be selectable.
thanks.

