Hi, I'm a little confused about this line of code in the book that
uses SQLFORM.grid().

grid = SQLFORM.grid(db.document.page_id==page.id, args=[page.id])

It seems to pass a boolean value (db.document.page_id==page.id) and a
list (args = [page.id]) to grid. What arguments of grid do these
passed values correspond to?

In the epydoc documentation, I can't find an "args" field for grid.
How does grid use the passed arguments? Thanks.

Reply via email to