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 101 entries

# ID Order no Order date Customer name Order amount Order status Actions
1 66 88 1881-05-19 Cooper Jensen 31 Adana
2 71 91617 2016-09-08 57 Yozgat5
3 72 78062 2016-09-08 56 Pending
4 73 87594 2016-09-08 7 Completed
5 74 24386 2016-09-08 8 Completed
6 75 49890 2016-09-08 27 Completed
7 76 42911 2016-09-08 24 Completed
8 77 75674 2016-09-08 39 Completed
9 78 65775 2016-09-08 25 Completed
10 79 37102 2016-09-08 7 Completed
# ID Order no Order date Customer name Order amount Order status Actions