Closed xdvarpunen closed 8 years ago
Found it; rowKeyColumn attribute sets row id equivalent to assigned object id
The value inside the array can be 3 things, in this order:
rowKeyColumn
from the row,key
So if you set a rowKeyColumn
, which is suggested, it will use that :)
Hi,
DataTable onSelectionChanged returns row number. In order to create database queries one wants to get id of the object in the row, not the row id. Is there way to get row object id in DataTable/access DataTable row object?
-XDVarpunen