victorette / jquery-datatables-row-grouping

Automatically exported from code.google.com/p/jquery-datatables-row-grouping
0 stars 0 forks source link

mDataProp becomes mData #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

just noticed that since version 1.9.2 of DataTables, the column property 
"mDataProp" becomes "mData".

Fix needed especially for second level grouping if using "aoColumns".

Thanks !

Didier

Original issue reported on code.google.com by didier.m...@diadys.ch on 11 Apr 2013 at 1:28

GoogleCodeExporter commented 8 years ago
specially with calculated columns

Original comment by chu...@gmail.com on 10 May 2013 at 10:23

GoogleCodeExporter commented 8 years ago
There is an issue using mDataProp since we have been using Array of Objects, as 
data source, and even when creating the rowgrouping works, updating it fails, 
also when we have calculated fields like one to put a row actions menu, the 
HTML has to be created on the PHP side, so it displays when needed

Original comment by jguzman....@gmail.com on 21 May 2013 at 2:00