Well, actually I was able to hide it as well with CSS:
table th:nth-child(7) {display: none;}
table td:nth-child(7) {display: none;}

Not ideal since all this content is there twice but it works :)

On Monday, 9 October 2017 11:28:52 UTC+1, Francisco Ribeiro wrote:
>
> That works, (thanks for the idea btw) but leaves me with a different 
> problem which is that 'myfield' becomes visible and it happens to hold a 
> long string (reason why I came up with the idea to turn it into 
> copy-to-clipboard button). 
>
> On Monday, 9 October 2017 03:22:11 UTC+1, 黄祥 wrote:
>>
>> had you already tried to put the copy function in sqlform.grid(links) ?
>>
>> 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 the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to