Fast and easy to get row status using expression language:
#{row.row.entities[0].entityState == 0}
entities[0] where 0 is the entity index, if your view based on different entities you should consider this.
(0 = New, 2= Modified, 1 = Unmodified , -1 = Initialized)
#{row.row.entities[0].entityState == 0}
entities[0] where 0 is the entity index, if your view based on different entities you should consider this.
(0 = New, 2= Modified, 1 = Unmodified , -1 = Initialized)