PDOCrud Right to left Support

Right to left support can be added using the bootstrap-rtl or any other rtl css file. For bootstrap rtl, You can enqueue the rtl css file to acheive RTL.

  
                                $pdocrud = new PDOCrud();//create object of PDOCrud Class
                                $pdocrud->enqueueCss("bootstrap-rtl", "https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.2.0-rc2/css/bootstrap-rtl.min.css");
                                echo $pdocrud->dbTable("orders")->render(); // call render function on database table
                        

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