another strange think if i don't show id field jqgrid don't show nothing like table without any record ... >.<
On 2 Set, 16:24, ceriox <[email protected]> wrote: > i try but i can't understand the log of firebug ... i never use it > before > On 2 Set, 15:25, mdipierro <[email protected]> wrote: > > > Can try check with firebug what is being stranferred between client > > and server? > > > On Sep 2, 8:02 am, ceriox <[email protected]> wrote: > > > > i have a strange problem withjquery. > > > i have adatefield in my db: > > > > ... > > > Field('Data_richiesta','date', label='Data richiesta'), > > > .... > > > and other field .. > > > > andjquerystring in my controller: > > > table=plugin_jqgrid(db.Rapportino,columns=['id', 'Motivo', > > > 'Data_richiesta'],col_widths={'id':80,'Motivo':150, 'Data_richiesta': > > > 150},width=300) > > > > with this,jquerytable display nothing :S > > > > but if i delete 'Data_richiesta' field injquerystring: > > > > table=plugin_jqgrid(db.Rapportino,columns=['id', > > > 'Motivo'],col_widths={'id':80,'Motivo':150},width=300) > > > > i can see all my record .. what i'm doing wrong??

