Having a

grid = SQLFORM.grid(somequery)

I think usefull to access

grid.actual_rows

After a search, I want to calculate and display a subtotal for some value
row, also I want to know how many records there are in grid.

I can see in source that 'grid' is a @staticmethod so it cannot inject
'actual_rows' attribute in the SQLFORM object

Is there a way to access actual rows (after a search) in .grid?

-- 

Bruno Rocha
[http://rochacbruno.com.br]

Reply via email to