[web2py] Re: How to add CSS class to SQLFORM.grid??

2014-08-06 Thread Dave S
On Wednesday, August 6, 2014 11:20:33 AM UTC-7, greenpoise wrote: > > I saw that. I think I am going to follow Cliff suggestion. I was thinking > to use web2py_grid call and just plug in my css that way I dont lose > anything when there is a version update. > > Thanks! > > web2py generally main

[web2py] Re: How to add CSS class to SQLFORM.grid??

2014-08-06 Thread Danel Segarra
I wonder if an update in web2py would affect this? thanks On Wednesday, August 6, 2014 8:57:37 AM UTC-7, Cliff Kachinske wrote: > > I would go the other way and override the attributes of the existing > classes with my own css. > > Just make sure your css loads last. > > On Tuesday, August

[web2py] Re: How to add CSS class to SQLFORM.grid??

2014-08-06 Thread greenpoise
thanks!! I will do this On Wednesday, August 6, 2014 8:57:37 AM UTC-7, Cliff Kachinske wrote: > > I would go the other way and override the attributes of the existing > classes with my own css. > > Just make sure your css loads last. > > On Tuesday, August 5, 2014 5:17:42 PM UTC-4, greenpois

[web2py] Re: How to add CSS class to SQLFORM.grid??

2014-08-06 Thread greenpoise
I saw that. I think I am going to follow Cliff suggestion. I was thinking to use web2py_grid call and just plug in my css that way I dont lose anything when there is a version update. Thanks! On Wednesday, August 6, 2014 11:13:25 AM UTC-7, Dave S wrote: > > > > On Tuesday, August 5, 2014 2:17

[web2py] Re: How to add CSS class to SQLFORM.grid??

2014-08-06 Thread Dave S
On Tuesday, August 5, 2014 2:17:42 PM UTC-7, greenpoise wrote: > > How can I make use of my own td classes for SQLFORM.grid?? > > Thanks > Does this post help? (credit to Anthony) /dps -- Resources: - http://web2py.com - htt

[web2py] Re: How to add CSS class to SQLFORM.grid??

2014-08-06 Thread Cliff Kachinske
I would go the other way and override the attributes of the existing classes with my own css. Just make sure your css loads last. On Tuesday, August 5, 2014 5:17:42 PM UTC-4, greenpoise wrote: > > How can I make use of my own td classes for SQLFORM.grid?? > > Thanks > -- Resources: - http://