I have looked at custom implementations of data grids, but none had the resources I need, they are: live update of rows (the last entries are going to be on top of the table, that is LIFO), adding Widgets like CheckBox, Button, ComboBox... and that uses a Scroll instead of a Pager (the table is going to hold a lot of entries at a time; in fact, this last requirement is just a preference, but not so important).
So I have two questions, if there is an already implemented solution (I already know implementations like LiveGrid from SmartGwt, or Grid from Vaadin, GXT... etc, what I want is an implementation which mainly makes use of GWT user library, because I wanna customize its CSS without trouble), and if I try to implement this, what would be better to use, CellTable or Grid?