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

# Id First name Last name Address City State Zip Actions
1 44 Cecilia Carney3 3243 Lorem Avee Shawnee Tamilnadu 22241
2 45 Connor Marquez 5263 Purus Ave Lockport Tamilnadu 40334
3 46 Gillian Kirk P.O. Box 570, 1525 Magna Av. Ada Tamilnadu 30771
4 47 Wallace c Gillespie 550-2279 Tellus, Ave Missoula WA 96349
5 48 Risa Ayers Ap #948-9845 Mi Avenue Pass Christian OH 72881
6 49 Callum Solomon 178-516 Ultrices. Rd. Fall River MD 03691
7 50 Nola Rojas Ap #185-9503 Sed Street Juneau NH 77099
8 51 Talon Rowland 4575 Massa. Street Marquette IN 37429
9 52 Cheryl Bowers 1348 Ut Rd. Hutchinson IL 44144
10 53 Bree Gaines Ap #190-9800 Facilisi. Rd. Bowling Green ME 62391
# Id First name Last name Address City State Zip Actions