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?
--