I was trying to implement one DataTable Editable with RowSelection enabled.
But it is throwing out an exception:
DataModel must implement org.
You can get this error if you try to add a new item to the underlying list and forget to assign a value to the new item's rowKey (the rowKey is null).