That approach was close to a hack. I don't know why it's not working and I
don't use this code any longer. I think, unfortunately perhaps, a rich
client approach has won the debate, so you'll probably need to find a
JavaScript approach, but web2py power users may have other advice.


On Mon, 21 May 2018, 05:40 , <thomaskappeler...@gmail.com> wrote:

> Hi Tim,
>
> I tried your example from the link to the slice below, but I received the
> error 'NoneType' object is not callable:
>
> 1.
> 2.
> 3.
> 4.
> 5.
> 6.
> 7.
> 8.
> 9.
> 10.
>
> Traceback (most recent call last):
>   File 
> "/Users/thomas_kappeler/Desktop/CAS-BigDATA_ML/MT-Abschlussarbeit/web2py/gluon/restricted.py",
>  line 219, in restricted
>     exec(ccode, environment)
>   File 
> "/Users/thomas_kappeler/Desktop/CAS-BigDATA_ML/MT-Abschlussarbeit/web2py/applications/sample_grid/controllers/default.py"
>  
> <http://127.0.0.1:8000/admin/default/edit/sample_grid/controllers/default.py>,
>  line 104, in <module>
>   File 
> "/Users/thomas_kappeler/Desktop/CAS-BigDATA_ML/MT-Abschlussarbeit/web2py/gluon/globals.py",
>  line 419, in <lambda>
>     self._caller = lambda f: f()
>   File 
> "/Users/thomas_kappeler/Desktop/CAS-BigDATA_ML/MT-Abschlussarbeit/web2py/applications/sample_grid/controllers/default.py"
>  
> <http://127.0.0.1:8000/admin/default/edit/sample_grid/controllers/default.py>,
>  line 77, in editable_grid
>     for key, value in request.vars.iteritems():
> TypeError: 'NoneType' object is not callable
>
> Version info: web2py™
>
> Version 2.16.1
>
> Python: Python 3.6.4
>
> Do you have any explanation for this? Has there been a change in web2py
> that makes this obsolete?
>
> Thanks,
> Thomas
>
>
> Am Freitag, 13. Februar 2015 20:36:32 UTC+1 schrieb Tim Richardson:
>>
>> there is this approach as well, which makes the existing SQLGRID.grid
>> widget editable.
>>
>>
>> http://www.web2pyslices.com/slice/show/1928/basic-inline-editing-in-sqlformgrid-no-plugin-no-javascript
>>
>>
>>
>> On Friday, 13 February 2015 22:36:48 UTC+11, clara wrote:
>>>
>>> Hello,
>>>
>>> Thanks all for the support and suggestions.
>>> I was able to get the slice using Jqgrid working (
>>> http://www.web2pyslices.com/slice/show/1714/jqgrid-viewing-and-updating-data).
>>> But I will take a look at the Massimo and Michael suggestions.
>>>
>>> Thanks again,
>>>
>>> Clara
>>>
>>>
>>> On Feb 11, 2015 1:25 PM, "Massimo Di Pierro" <massimo....@gmail.com>
>>> wrote:
>>>
>>>> I have used both and I think handsontable is much superior and
>>>> customizable.
>>>>
>>>> On Monday, 9 February 2015 20:50:00 UTC-6, Michael Beller wrote:
>>>>>
>>>>> I've started using http://www.datatables.net/ primarily for the great
>>>>> search and responsive behavior.  I've read about the inline support but
>>>>> haven't tried it yet but it looks very good.
>>>>>
>>>>> The other option that looks very good is http://handsontable.com/ but
>>>>> I've only read through the documentation.
>>>>>
>>>>> On Saturday, February 7, 2015 at 11:00:45 PM UTC-5, clara wrote:
>>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> I know this has been asked before, there are Web2py Slices (some of
>>>>>> which seem to be outdated), questions posted here on the subject but
>>>>>> somehow it is not clear to me which path I should take to implement a 
>>>>>> grid
>>>>>> with inline editable fields, appendable/deletable records. I am looking 
>>>>>> to
>>>>>> some "compact" solution which I am not sure it exist that would have the
>>>>>> functionality of current *SQLFORM.smartgrid*  but in addition to it:
>>>>>> inline editable fields and deletable/appendable records.
>>>>>>
>>>>>> I will greatly appreciate any input on this.
>>>>>>
>>>>>> Best regards,
>>>>>>
>>>>>> Clara
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> --
>>>> 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/ZFG0Z3-oQSg/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/ZFG0Z3-oQSg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@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 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