Child Table display depends on workflow state

I want to show child table field as per workflow state. when workflow state is “DA Pending” then child table fileds will display otherwise they will be hidden.
i am using this eval:(doc.workflow_state == “DA Pending”) in child table filed
but its not working.

If the field is in the list view row then doesn’t work. if removed from the “Is list view” then it’s worked.

Also your condition is wrong.

eval:parent.workflow_state=="DA Pending"

Your given Condition is working. Thanks Bro !!!

@sandeepalwar Please mark it as a solution, so it will help for someone.