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

# ID Order no Order date Customer name Order amount Order status Actions
1 267 1 2023-04-04 Xenos Clarke 3212 1
2 268 0 0000-00-00 Cooper Jensen 656 a
3 269 1 0000-00-00 Xenos Clarke 1 1
4 270 0 0000-00-00 0
5 271 100 2023-04-20 1020 Completed
6 272 1 2023-04-05 100 2
7 273 12 2023-04-06 Xenos Clarke 5 Completed
8 274 3453 2023-04-19 0 sdaf
9 275 0 0000-00-00 0
10 276 0 0000-00-00 0
# ID Order no Order date Customer name Order amount Order status Actions