What is the difference between the Datagrid and Celltable?
I know that following major differences
Yes, those and other differences make the need of a new widget.
DataGrid is thought to be included in a ProvidesResize
hierarchy (Layout panels), and it explicitly requires to set a fixed width when you dont put it in a ProvidesResize
widget.
As you can see, in GWT, for certain things, there are two implementations of the same widget depending on the app layout (Basic or Layout panels).