I have a CellTable that is going to display excerpts from 65,000 rows at about 130 columns per row. I have a couple of ways to try to make this manageable for the users. The first is I'm providing them various filters they can use to cut down on the number of rows. The second is I'm giving them ToggleButtons with which they can select which groups of Columns they want to see.
I'd like to add a third way, which is to have some columns that are buttons, where clicking on the button brings up a dialog box that displays the relevant data for that row. The ActionCell seems like it would be prefect for this. Is that correct? If it is, how do I get a Column with an ActionCell? Do I need to make a new class that extends Column, or is there a simpler / better way? TIA, Greg -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.