I've successfully implemented a PagingScrollTable (from the GWT- Incubator project) in our application but need to mark each row with an identifier. My initial attempt was to place an additional column at the end of the table and set its maximum width to zero, but that never completely disappears ... it does suit the purpose of allowing me to determine the record(s) that was/were selected.
Is there some way of assigning an identifier to a row ... perhaps even using an id attribute on the <tr> element? Thanks, smoyer -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
