Thanks for getting back with replies 

For me I looked at the fix  
----
Added 2 lines to modules/plugin_solidtable.py

import re
table_field = re.compile('[\w_]+\.[\w_]+')


I chose to add table_field statement to _create_td(...) function, where it 
is used.
-----

However I was not able to make it work. :-( 

Next up  is suggestions for a checkbox enabled table -  Does SQLForm.grid() 
suppport checkboxes for selecting multiple records and doing something with 
them (probably mass delete or mass actions like merge etc ??) 

Cheers Rahul. 

On Monday, August 24, 2015 at 8:36:27 PM UTC+5:30, Paolo Valleri wrote:
>
> see also https://github.com/kenji4569/sqlabs/issues/68
>
> On Monday, August 24, 2015 at 3:23:24 PM UTC+2, Johann Spies wrote:
>>
>> I had similar problems which convinced me to to stop using solidtable.
>>
>> Regards
>> Johann
>>
>>
>> -- 
>> Because experiencing your loyal love is better than life itself, 
>> my lips will praise you.  (Psalm 63:3)
>>
>

-- 
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.

Reply via email to