Reputation: 20150
when I am doing this CellTable table = new CellTable(); I am getting this error
The type CellTable is not generic; it cannot be parameterized with arguments
Upvotes: 1
Views: 425
Reputation: 10299
You should specify row datatype in constructor, see the documentation; usage example is also provided there.
Upvotes: 0