On Thursday, June 23, 2011 4:15:59 PM UTC-4, Cliff wrote: > > That is sweet! > > Please point me to the documentation. Is it the docstring in the > code?
SQLTABLE inherits from TABLE, which is a web2py html helper object, so the usual server-side DOM stuff applies -- see http://web2py.com/book/default/chapter/05#Server-side-DOM-and-Parsing. I'm not sure if there is specific documentation about the DOM structure of the SQLTABLE object, so you may need to play around with it to figure it out (once you see the table serialized into HTML, you should have an idea of what the server-side object structure is). Anthony

