you'd have to import the new gluon/sqlhtml.py code. https://github.com/web2py/web2py/commit/0ee551de71853f8e65ba7520d5d83a7ef318da39
On Friday, December 21, 2012 6:30:04 PM UTC+1, joe smith wrote: > > I am trying to set the button placement of the "View", "Edit", "Delete" > buttons in the smartgrid table to be 'left'. I am using: button_placement = > 'left' in my controller when I set a smartgrid. It works in web2py 2.3.2 on > my local machine, but won't work in 2.2.1 on our server. Is that setting > not compatible with 2.2.1? If not, how can I do it in that version? > --