1 post tagged as "data"

Using browser SQLite’s LIMIT/OFFSET to page results with AJAX

Using browser SQLite’s LIMIT/OFFSET to page results with AJAX

Another post mostly for me. I spent some time tonight trying to solve a problem in a mobile/HTML 5 app I am building. I have two lists that pull data from a client-side database that could possibly contain many records. Rather than pull all the…