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 237 Jack Torrance 2025-08-10 2025-08-24 2 1 jack@torrance.com 9931312345 1000 visa 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