how to custom the view sqlform.grid

65 views
Skip to first unread message

Laurent Lc

unread,
Nov 24, 2015, 9:01:19 PM11/24/15
to web2py-users

How do i do if i want to see some fields (and not all) when i click on show
thanks

Alessio Varalta

unread,
Nov 25, 2015, 2:37:36 AM11/25/15
to web2py-users
Hi, you can change your db file. For example set the attribute readable false if you want that this attribute don't appear in form

Laurent Lc

unread,
Nov 25, 2015, 3:08:01 AM11/25/15
to web...@googlegroups.com

Thank you
But i want to change in the view

--
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/Re3GPgMkqjc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Nico de Groot

unread,
Nov 25, 2015, 4:58:36 AM11/25/15
to web2py-users
You can also set the attribute 'readable' in the controller.

Nico

Laurent Lc

unread,
Nov 25, 2015, 7:21:32 AM11/25/15
to web...@googlegroups.com

You are right but i do not want to display some fields in the view and not all

Le 25 nov. 2015 10:58 AM, "Nico de Groot" <ndeg...@gmail.com> a écrit :
You can also set the attribute 'readable' in the controller.

Nico

Anthony

unread,
Nov 25, 2015, 7:22:51 AM11/25/15
to web2py-users
def mygrid():
   
if 'view' in request.args:
        db
.mytable.field1.readable = db.mytable.field2.readable = ... = False
   
...

You can change the readable and writable attributes of a field anywhere.

Anthony


On Wednesday, November 25, 2015 at 3:08:01 AM UTC-5, Laurent Lc wrote:

Thank you
But i want to change in the view

Le 25 nov. 2015 8:37 AM, "Alessio Varalta" <alessio.varalta@ethicalsoftware.it> a écrit :
Hi, you can change your db file. For example set the attribute readable false if you want that this attribute don't appear in form

On Wednesday, 25 November 2015 03:01:19 UTC+1, Laurent Lc wrote:

How do i do if i want to see some fields (and not all) when i click on show
thanks

--
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/Re3GPgMkqjc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+unsubscribe@googlegroups.com.

Laurent Lc

unread,
Nov 25, 2015, 7:47:46 AM11/25/15
to web...@googlegroups.com

Ok thank you very much

Le 25 nov. 2015 1:23 PM, "Anthony" <abas...@gmail.com> a écrit :
def mygrid():
   
if 'view' in request.args:
        db
.mytable.field1.readable = db.mytable.field2.readable = ... = False
   
...

You can change the readable and writable attributes of a field anywhere.

Anthony

On Wednesday, November 25, 2015 at 3:08:01 AM UTC-5, Laurent Lc wrote:

Thank you
But i want to change in the view

Le 25 nov. 2015 8:37 AM, "Alessio Varalta" <alessio...@ethicalsoftware.it> a écrit :
Hi, you can change your db file. For example set the attribute readable false if you want that this attribute don't appear in form

On Wednesday, 25 November 2015 03:01:19 UTC+1, Laurent Lc wrote:

How do i do if i want to see some fields (and not all) when i click on show
thanks

--
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/Re3GPgMkqjc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.

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 a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Re3GPgMkqjc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages