Display button based on condition false or true in table
                            
                         
                        
                     
                 
                
                    I have three columns in table,  column 1, column 2 and column status. On page I have two buttons, button A and button B. What I want to achieve is, if the status of column 1 and column 2 is false show button A and hide button B , But if the status of column 1 and column 2 is true hide button A and show button B.
In column 1 you have john and column 2 you have Mary and then column status can be false or true. 
Please any idea on how to make it work?