Quick Data View Option to view the data on grid/table row click (Added in v 3.6)

You can set quickView=true to quickly view the table data just below the table on click of row. You can pass quickView=true in constructor function or set it directly in config file. Click on any table/grid row to view this operation in action. You can set the color/css of the table row selected in the style.css file.

  
                                //pass quickView=true in constructor function or you can set it via config file
                                $pdocrud = new PDOCrud(false, "", "", array("quickView" => true));
                                //optional - Enable edit button, make sure to hide save and edit button on form next form
                                //$pdocrud->setSettings("viewEditButton", true);
                                //hide back button
                                $pdocrud->setSettings("viewBackButton", false);
                                //optional: add close button
                                $pdocrud->setSettings("closeButton", true);
                                echo $pdocrud->dbTable("employee")->render();
                        

Employee

Showing 1 to 10 of 58 entries

# Id First name Last name Address City State Zip Actions
1 49 Callum Solomon 178-516 Ultrices. Rd. Fall River MD 03691
2 50 Nola Rojas Ap #185-9503 Sed Street Juneau NH 77099
3 51 Talon Rowland 4575 Massa. Street Marquette IN 37429
4 52 Cheryl Bowers 1348 Ut Rd. Hutchinson IL 44144
5 53 Bree Gaines Ap #190-9800 Facilisi. Rd. Bowling Green ME 623918
6 56 Jasper Santiago 2990 Malesuada Rd. Williamsport IL 00409
7 57 Hilary Conner 2000 Diam. Rd. Roanoke MN 50683
8 58 Zena Fox 9604 Dolor Road Palm Springs WA 93143
9 59 Britanni Schmidt 485-6357 Dictum Road Bradbury VT 48121
10 60 Caleb Lynn Ap #318-2121 Sapien Rd. Kettering MS 74815
# Id First name Last name Address City State Zip Actions