Hi,
I'm using representing my data in tabular form, where user can select
a row by clicking a checkbox in every row. I have used Lense for this
purpose and it works nice.
But I need to memorize the selection, because user can select list of
rows, applying different filters and finally wants to submit all the
selection at the end.
So I need to some how store the selection otherwise when user apply
another filter the selection will go away.

One solution could be post the data every time when user click a
checkbox. And in server side I change the corresponding boolean field.
But posting a from for every click is disturbing for user.

Another solution could be to try to modify Items in collection object
maintain by exhibit-api and also make a AJAX request to synchronize
with server side.

Can anyone suggest me the best solution is this scenario.
How do I change collection object which seems read-only to me.
The scenario seems trivial but I can't find any discussion in mailing
list.

Any help is highly appreciated.
Thanks
-Nahid

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to