Jquery datatable group by two columns with expand and collapse -


references:

  1. two level grouping

  2. one level grouping expand , collapse

i want datatable in #1, feature of #2 both levels, both levels can expanded , collapsed.

fiddle reference: jsfiddle.net/rgkpz/488/

if there other similar plugin other jquery datatables, please let me know well. in advance.

from documentation:

.rowgrouping({     igroupingcolumnindex1:2,     bexpandablegrouping: true, // expand/collapse first column     bexpandablegrouping2: true // expand/collapse second column  }); 

updated this fiddle, can set indentations css.


Comments