form=SQLTABLE(..) form[0] is the TABLE form[0][i] is the row i
form[0][i]['_class']='myclass' # sets the class of that row. You can also do it wit jquery On Nov 22, 9:29 am, Richard Vézina <[email protected]> wrote: > Hello, > > I would like to know if there is way to pass a class attribute to a > particular row of crud.select or SQLTABLE? > > And if yes, how I may do it? > > Thanks > > Richard

