Hello
Is it possible to add html (<span>) to SQLFORM.grid. I have a color picker widget and it works ok but it colors the whole field. I would like to add a new html tag inside a table where color picker would be presentet. It is possible to do this inside web2py or do I have to write JS code.
Also in my view grid I would like to have a field where color would be presented. Again. Is it possible to add html inside web2py or is JS or JQuery code needed?
thank you