You have to use the "represent" attribute to control the display in the grid. If you don't want the "represent" attribute to be applied to exports, you can use the "CSV (hidden cols)" option or either of the TSV options. You can also customize the available exporters via the "exportclasses" argument.
Anthony On Sunday, July 12, 2015 at 12:51:49 PM UTC-4, Leonardo Pires Felix wrote: > > Hi, there is a way to implement widgets for read operations? > I have a field that hold a hex color, so on grid, it would show the color, > not the hex value (#FFFFFF). > > I can use the represent to make what i want, but if i use a export like > csv, on the content will have the html i used to give the color > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

