You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jm...@googlegroups.com
Hello,
How can we deselect all selected rows in one go by a button click for example ?
--
Regards,
Hanen
Hanen Ben Rhouma
unread,
Jan 13, 2012, 11:57:21 AM1/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jm...@googlegroups.com
I found a way for deselect all lines in one page but what if we have many pages?
The thing is that the row selector is composed this way:
row = $( id + '_row' + i )
where id is the jmesaTable <div> id.
and the iterator i is reset to 1 each time we click on the green arrow (next page), so my control is going to deselect elements of the current page but not the rest in other pages in same Jmesa table.