Jquery datatable group by two columns with expand and collapse -
references:
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
Post a Comment