getting the column index of clicked cell in PagingScrollTable
6 views
Skip to first unread message
sridhare
unread,
Apr 25, 2011, 5:09:46 AM4/25/11
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 Google Web Toolkit
Hi,
I want to do a specific action when the user clicks on a cell in the
PagingScrollTable. I see that there is the
pagingScrollTable.getDataTable().addRowSelectionHandler method , but
this doesn't give me the selected column index. Has anyone been able
to accomplish this?