Set Search Columns Option to set search columns instead of all columns (Added in v 3.5.2)

You can set which search columns to be shown instead of showing all columns of table in search box.

  
                                $pdocrud = new PDOCrud();
                                $pdocrud->setSearchCols(array("id","first_name"));
                                echo $pdocrud->dbTable("employee")->render();
                        
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.employee' doesn't exist