Auto Suggestion Auto suggestion in search box (Added in v 3.6)

You can add auto suggestion in search box that allows you to type the text and based on text, records will be shown as suggestion. You can enable/disable auto suggestion in config file. Please note that auto suggestion works with specific column not for "All" option in column dropdown of search box. You need to type atleast 2 character to view auto suggestion search result.

  
                                //enable the auto suggestion and hide the "All" text from the search box 
                                $pdocrud = new PDOCrud(false, "", "", array("autoSuggestion" => true, "showAllSearch" => false));
                                echo $pdocrud->dbTable("orders")->render();
                                

Orders

Showing 1 to 10 of 73 entries

# ID Order no Order date Customer name Order amount Order status Actions
1 43 96349 2016-09-08 Deacon Tyson 21 Completed
2 44 22241 2016-09-08 Cooper Jensen 22 Completed
3 45 40334 2016-09-08 Cooper Jensen 87 Completed
4 46 30771 2016-09-08 Cooper Jensen 461 Completed
5 47 96349 2016-09-08 Deacon Tyson 71 Completed
6 48 72881 2016-09-08 18 Completed
7 50 77099 2016-09-08 20 Completed
8 51 37429 2016-09-08 77 Completed
9 52 44144 2016-09-08 26 Completed
10 53 62391 2016-09-08 96 Completed
# ID Order no Order date Customer name Order amount Order status Actions