PDOCrud Inline edit of data

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();
                                
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.orders' doesn't exist