PDOCrud support inline edit of records also. To show the inline edit action button, just set its settings to true. Please note that inline edit doesn't work with table join operation.
$pdocrud = new PDOCrud(); //set inline edit true, it will show inline edit button $pdocrud->setSettings("inlineEditbtn", true); echo $pdocrud->dbTable("orders")->render();