hackolein / jquery-datatables-row-grouping

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

Table rows indented differently in HTML are group separately #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use version 1.1.2 of row grouping with version 1.8.2 of datatables
2. Create a simple table with multiple html elements inside the grouping column 
<td>'s, each on a separate line.
3. Indent the html of one row differently than the others.
4. Call rowGrouping() on oTable.

What is the expected output? What do you see instead?
Should recognize that content in grouping column's are identical. Instead, 
separate groups are created for each row that is indented differently.

What version of the product are you using? On what operating system?
Use version 1.1.2 of row grouping with version 1.8.2 of datatables

Please provide any additional information below.
Example in this jsBin: http://live.datatables.net/eyatew/5/edit#preview

Look at the "Gecko Extra element in header" group(s).  There should be only one 
since both row's grouping columns contain the same content.

Original issue reported on code.google.com by Adaven...@gmail.com on 11 Nov 2011 at 12:59

GoogleCodeExporter commented 9 years ago
Hi,

You are right. I'm starting with this issue - you can expect that it will be 
resolved in next version hopefully today).

Regards,
Jovan

Original comment by joc...@gmail.com on 11 Feb 2012 at 3:06

GoogleCodeExporter commented 9 years ago
Hi,

In the version 1.1.3.This problem is fixed. See example on the 
http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/issue13.html.
Could you please let me know has this fix corrected problem in your example too?

Thanks,
Jovan

Original comment by joc...@gmail.com on 11 Feb 2012 at 3:34