Nice one Ivan! Will the patch be included in Web2py? I hope Massimo likes it.
-D On Nov 15, 12:27 am, Ivan Matveev <[email protected]> wrote: > > I want to customize the result of SQLTABLE so that it can make me a > > nice table without lines and lines of code in my view file. To > > achieve that, I need for example to: > > > 1) Add columns to hold icons and links and extra stuff. > > 2) Customize the rows, e.g. links which depend on content, different > > icons etc > > You can add any column to select result. The result can be passed to > SQLTABLE. > See:http://groups.google.com/group/web2py/browse_thread/thread/826a37f56c...

