how to write this sql with active record |
@venance,
Have you considered using something like Datatables (https://datatables.net/)? Then you don't have to worry about pageination. Or you could create a variable that holds the range of records and whenever the query is run it only pulls the next set of records based on the variables value. |
Messages In This Thread |
how to write this sql with active record - by venance - 03-18-2021, 01:47 AM
RE: how to write this sql with active record - by php_rocs - 03-18-2021, 08:09 AM
RE: how to write this sql with active record - by venance - 03-18-2021, 08:23 AM
RE: how to write this sql with active record - by php_rocs - 03-18-2021, 11:35 AM
RE: how to write this sql with active record - by venance - 03-18-2021, 12:38 PM
|