Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

help on compose dtRowId

$
0
0

@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


Viewing all articles
Browse latest Browse all 2364

Trending Articles