Hide button hide form buttons

You can hide any form buttons using this function.

  
                                $pdocrud = new PDOCrud();
                                //hide 4 types of buttons using the buttonHide function
                                // available parameters are "submitBtnSaveBack","submitBtnBack","submitBtnSaveBack","cancel"
                                $pdocrud->buttonHide("submitBtn");
                                echo $pdocrud->dbTable("bookroom")->render();
                                

Bookroom

Showing 1 to 1 of 1 entries

# Booking Id Room Id First name Last name From date To date No of adult No of child Email Phone number Booking amount Payment method Booking status Actions
1 2 2 W P 2019-11-08 2019-11-08 1 0 e@t.com 0111111111 5 OK 1
# Booking Id Room Id First name Last name From date To date No of adult No of child Email Phone number Booking amount Payment method Booking status Actions