Message :
Showing 1 to 10 of 67 entries
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();
Showing 1 to 10 of 67 entries