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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -