Row grouping 3 level - 3rd level row indent

Row grouping 3 level - 3rd level row indent

nkalnkal Posts: 3Questions: 0Answers: 0
edited September 2012 in General
I have a 3 level of grouping in table. How can we indent third level. For example AA being Primary group, BB being Secondary group, and CC being leaf level rows below Secondary group. I want to add some indent say 5 spaces on left on CC, how can we do it?

Here is my grouping code:
[code]
.rowGrouping({ iGroupingColumnIndex2: 1,
fnGroupLabelFormat: function (label) { return "" + label + " - (Primary Group)"; },
sGroupLabelPrefix2: "",
fnGroupLabelFormat2: function (label) { return "" + label + " - (Secondary Group)"; },
sGroupLabelPrefix2: ""

});
[/code]

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    I'd suggest opening an issue on the rowGrouping plug-ins issue tracker, as it is not directly supported in this forum (its third party software): http://code.google.com/p/jquery-datatables-row-grouping/issues/list

    Allan
  • nkalnkal Posts: 3Questions: 0Answers: 0
    Thanks Allan, I will do that.

    br,
    nkal
This discussion has been closed.