Clonix Dev
Results
4
comments of
Clonix Dev
is this resolved? i have this error in version 4.9.0
any solution for this?
any fix for this?
I fixed with this rowIdentity function: fixedRowIdentity(x: any) { if(x.key) return x.key; return x.id } this check if have "key" attribute for groups and "id" for rows