I'm using this add-on with server-side Data and I try to figure out what would
be a workaround for my case. A similar issue reproduced the problem but mine
differs a bit
The suggested on that case was like using
"fnRowCallback": function (nRow, aData, iDisplayIndex) {
nRow.setAttribute('id', aData.RowOrder); //Initialize row id for every row
}
but what is if id is in bounded inside of html markup like
<code>
direction forward
fromPosition <label class="checkbox"><input type="checkbox"
name="cbSelection[]" value="17"><i></i></label>
group
id undefined
toPosition NaN
</code>
than is not working and how would I declare against id somthing different like
position which is present in my mysql table
Original issue reported on code.google.com by kakukier...@googlemail.com on 14 Jun 2014 at 2:31
Original issue reported on code.google.com by
kakukier...@googlemail.com
on 14 Jun 2014 at 2:31