[web2py] Re: py4web has now a grid ...

2020-03-11 Thread isi_jca
Dear Massimo: I was playing with grid, but I only have a blank page. from debugger I get this code html var app=utils.app("vue11d10e4d"); app.start() /*---Model ---*/ db.define_table('tcliente', Field('nombre','string',length=70,label = T('Custom')),

[web2py] Re: py4web has now a grid ...

2019-10-06 Thread Massimo Di Pierro
I do not know. Try check the JS console for errors. Maybe it is missing the js components. On Sunday, 15 September 2019 14:19:37 UTC-7, isi_jca wrote: > > Hi! > > This is output from console and the browser is Google Chrome Versión > 66.0.3359.181 (Build oficial) (64 bits) > >

Re: [web2py] Re: py4web has now a grid ...

2019-10-05 Thread sandeep patel
@Massimo, Grid not working properly, Only seeing a blank page. Please, Give me some direction. Thanks Sandeep On Mon, Sep 16, 2019 at 2:49 AM isi_jca wrote: > Hi! > > This is output from console and the browser is Google Chrome Versión > 66.0.3359.181 (Build oficial) (64 bits) > >

[web2py] Re: py4web has now a grid ...

2019-09-15 Thread Massimo Di Pierro
what bowser? any console error? what do you see in the page source? On Saturday, 14 September 2019 15:15:18 UTC-7, isi_jca wrote: > > Hi Massimo: > > When I try the example I only watch a page blank. Why? > > Best Regards > > El jueves, 12 de septiembre de 2019, 3:31:36 (UTC-3), Massimo Di Pierro

[web2py] Re: py4web has now a grid ...

2019-09-14 Thread isi_jca
Hi Massimo: When I try the example I only watch a page blank. Why? Best Regards El jueves, 12 de septiembre de 2019, 3:31:36 (UTC-3), Massimo Di Pierro escribió: > > ... it is incomplete. It is experimental. The API is subject to change. > But I could use some community feedback: > > from