The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
pagination - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27) +--- Thread: pagination (/showthread.php?tid=1421) |
pagination - tmith - 04-05-2019 Hi. One more question (for now)! I'm looking to integrate some/all of the UserSpice logic to handle user processes within a 3rd party app. Part of the process will be the user viewing the results of the userspice queries. Does userspice have the ability to display "test" data for queries in a pagination format?? Or will I have to roll my own? I'm thinking of something like the following... page first 2,3,4...last +------------------------------------------------------------------------------+ + field1 + field2 + field3 + field4 + field5 + field6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +------------------------------------------------------------------------------+ thoughts/comments??? thanks RE: pagination - mudmin - 04-05-2019 (04-05-2019, 05:19 PM)tmith Wrote: Hi. Yeah. We have datatables. So give your table an id="paginate" and make sure it is properly formatted with a table head, table body etc, then at the bottom of the page put.... Code: <script> |