leopucci-zz / jquery-datatables-row-grouping

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

Grouping Col-Span should have flag for two flavor (with col-spand and without col-span) #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Grouping is having complete Col-Span which is good but not as per our 
requirement
2. Grouping should have flag for colSpan- yes and colspan - No
3. When Col-span is "false" it will put same number of column in Grouping Row 
and Expand collapse Icon will go in first Column.4. 

What is the expected output? What do you see instead?
This JS file is giving one TD for Entire Group (If table have 10 columns) it 
sets col-span to 10 for group.

Many Times in general what website need is Group should also have same number 
of column as of rows. Expand/collapse icon should go in 1st column and count of 
items in each group should go in second column, like that. (We also need Count 
Functionality, Someone mentioned same in isuse list)

What version of the product are you using? On what operating system?
DataTables1.9.4
jQuery 1.4

Please provide any additional information below.

Original issue reported on code.google.com by rishabh4...@gmail.com on 27 Jun 2013 at 4:02