@Allan . I need help to find where i can compose the rowId based on an array or object .
ex:
dtrowid='DtRow_id
$.each(primaryPk,function(pk,value){
dtrowid=dtrowid + '_' + value
}
for composite keys purposes.
thanks
@Allan . I need help to find where i can compose the rowId based on an array or object .
ex:
dtrowid='DtRow_id
$.each(primaryPk,function(pk,value){
dtrowid=dtrowid + '_' + value
}
for composite keys purposes.
thanks