[web2py] SQLFORM.grid, pagination and LOAD helper

2017-08-02 Thread Akash B
I'm relatively new to the web2py framework and I've been enjoying writing code because of all the features that the framework provides. Here is the issue I've run into: 1. I have a controller named "demo" with a function "f1" that returns an SQLFORM.grid directly from a table. The

[web2py] SQLFORM.grid pagination problem

2014-04-30 Thread Elcimar
I have a website that uses SQLFORM.grid. Some (random) times the grid starts in page # 1000, 100, etc (random pages) instead of page #1. I first thought it was because I was using two grids in the same page, but now that I am rendering them through LOAD, I don't know what is happening. It

[web2py] SQLFORM.grid pagination and messed up URL

2014-02-28 Thread horridohobbyist
I have a SQLFORM.grid with pagination. It's in a webpage with the following URL: https://mydomain.com/myapp/admin/view_client/auth_user/3 When you go to the next page of the grid, the URL becomes: https://mydomain.com/myapp/admin/view_client?page=2 However, this is patently wrong! The URL

[web2py] SQLFORM.grid pagination refresh

2012-07-22 Thread dave
Is there a way for SQLFRORM.grid pagination to not refresh the whole page without the use of LOAD function? --

[web2py] SQLFORM.grid pagination

2012-04-10 Thread Keith Edmunds
I have a SQLFORM.grid that says 67 records found, and shows the first 20 (as I would expect). At the bottom, there are four buttons for the pages (1-4). If I click on any of 2, 3 or 4, I get No records found. Looking deeper, the URL of the first page is