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

# Id First name Last name Address City State Zip Actions
1 53 LUIS Martins OPIT Ap #190-9800 Facilisi. Rd. Bowling Green ME 29061300
2 138 Max Mustermann Selzen Selzen Kapellenstraße 55278
3 137 y o bario San Luis pue 5700
4 58 Zena Fox 9604 Dolor Road Palm Springs WA 93143
5 59 Britannie Schmidt 485-6357 Dictum Road Bradbury VT 48121
6 61 Madeson2 Robbins P.O. Box 690, 861 Magna. Avenue Bismarck MN 37748
7 62 Emily Richmond P.O. Box 629, 2724 Velit. Av. Las Cruces VA 34490
8 63 Damian Wilson Ap #209-5365 Pulvinar Road Boulder ND 37920
9 130 Sasa Kuku sakuku
10 65 Igor Gutierrez 192-1646 Hendrerit. St. Chicopee CT 94701
# Id First name Last name Address City State Zip Actions