Export to GitHub

jquery-datatables-row-grouping - issue #41

Can't regroup after initialised


Posted on Sep 28, 2012 by Happy Ox

What steps will reproduce the problem? 1. Init with: oTable.rowGrouping({iGroupingColumnIndex: 1}); 2. Create onClick event i.e. this: $('#example thead th').click(function() { oTable.rowGrouping({iGroupingColumnIndex: 2});}); 3. Click on table head

What is the expected output? What do you see instead? Expected new grouping on columnIndex 2, but nothing like that happen.

What version of the product are you using? On what operating system? I'm using dataTables 1.9.3 and Row grouping ver. 1.2.7

Please provide any additional information below.

Comment #1

Posted on Dec 12, 2014 by Helpful Monkey

oTable.rowGrouping({iGroupingColumnIndex: 1}); oTable.draw();

//call draw function, to redraw this, you should be fine.

Status: New

Labels:
Type-Defect Priority-Medium