Want to Implement 'Mark as Read' feature in GWT Cell List
问题 I want to implement this example of celllist with one modification. I want to make each row to a grey color once its clicked by someone. It should persist there, and not change as the user clicks on another row. It's okay if its gone once a new server call is made. I'm doing this to mark it as a 'read message' for the user. Any clues? I overrided (updated) the css style of cellList as below but when I inspect I dont see the 'myCss' style being applied . CellListStyles.css @external .dataView