exportcls = dict(csv=False, xml=False, csv_with_hidden_cols=False, html=False, json=False, tsv_with_hidden_cols=False, tsv=False)
* form = SQLFORM.grid(query, args=[studente], fields=[db.evento.titolo, db.evento.ricorrenza, db.evento.giorno_inizio, db.evento.inizio,db.evento.fine,db.evento.risorsa, db.evento.materia,db.evento.docente], headers=headers, create=False, details=False, editable=False, deletable=False, maxtextlength=60, exportclasses = exportcls)* SEE ATTACHED FILE. Thank you Il giorno giovedì 7 settembre 2017 16:38:56 UTC+2, Anthony ha scritto: > > Can you show your code, a screenshot, and explain exactly what you are > trying to achieve. If I do SQLFORM.grid(..., csv=False), I see no export > links. > > Anthony > > On Thursday, September 7, 2017 at 7:42:38 AM UTC-4, Andrea Fae' wrote: >> >> Yes >> >> Il 07 set 2017 1:41 PM, "黄祥" <[email protected] <javascript:>> ha >> scritto: >> >>> had you tried : >>> csv = False >>> >>> best regards, >>> stifan >>> >>> -- >>> Resources: >>> - http://web2py.com >>> - http://web2py.com/book (Documentation) >>> - http://github.com/web2py/web2py (Source code) >>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "web2py-users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/web2py/df2TbGtB65Y/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

