mpryvkin / jquery-datatables-row-reordering

JQuery plugin that enables drag and drop row reordering in the tables enhanced with JQuery DataTables plugin.
https://www.gyrocode.com/articles/jquery-datatables-row-reordering/
6 stars 8 forks source link

Syntax error, unrecognized expression: # #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Bump

Original comment by jhyland87 on 21 Jul 2015 at 3:05