Left Position of action buttons Display action buttons on left side (Added in version 2.4)

You can display action buttons on left side i.e. in first column. Please note that inline edit won't work with this.

  
                                    $pdocrud = new PDOCrud();
                                    $pdocrud->enqueueBtnTopActions("Report",  "View Report", "http://www.google.com", array(), "btn-report");
                                    echo $pdocrud->dbTable("orders")->render();
                                
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.orders' doesn't exist