Every page Needs this
$pdocrud->setSearchCols(array("id","first_name"));
//enable the auto suggestion and hide the "All" text from the search box
$pdocrud = new PDOCrud(false, "", "", array("autoSuggestion" => true, "showAllSearch" => false));