Re: [web2py] SQLFORM.grid prints output to console

2013-10-17 Thread Johann Spies
There is a print statement in gluon/sqlhtml.py at line 2373 if I am remember correctly. Just comment it out or remove the line. This was already done in the trunk. Regards Johann On 16 October 2013 06:26, Hadi Sunyoto wrote: > I just check the newest version 2.7.4 in windows, when i display

[web2py] SQLFORM.grid prints output to console

2013-10-16 Thread Hadi Sunyoto
I just check the newest version 2.7.4 in windows, when i display the data grid with 10 columns, it will print each row to console 10 times. Is this correct behavior or someone forget to turn off the "print" statement during debugging? As for 2.7.4, the virtual columns works, and i don't have to