You are using the generic.html view. That only works in development and it 
is not a recommended policy in production. It is telling you that you have 
a variable called grid and displaying the object.

You need to make your own view and embed the grid with {{=grid}} so that it 
won't display the name of the variable (grid).

On Wednesday, 18 February 2015 23:42:34 UTC-6, Oliver Holloway wrote:
>
> The smartgrid seems to be taking the name of the table, capitalizing it, 
> and adding "es" to it, which is funny because the table name is already 
> plural ('programs').
>
> Anyway, how do I set the grid name?
>
>
> <https://lh5.googleusercontent.com/-ZFNQcHh5c1s/VOV3aQzqlDI/AAAAAAAAK-s/M-MvatJzdFM/s1600/grid_name.PNG>
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to