show grouping information when rows in a group are split between pages with multiple column grouping

show grouping information when rows in a group are split between pages with multiple column grouping

wintermelon_loverwintermelon_lover Posts: 6Questions: 5Answers: 0

Link to test case: http://live.datatables.net/hicegewa/14/edit
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
I am using rowGroup to group rows and display grouping information in startRender, and it is a great functionality. Also I am trying to group things by a combination of columns.
Like if we have an index column with index 1, 2, 3 and a name column with name a, b, c, then I would group things like
index 1 & name a
index 1 & name b
index 1 & name c
index 2 & name a
index 2 & name b
index 2 & name c
index 3 & name a
index 3 & name b
index 3 & name c
But when rows in a group are split across pages, the startRender grouping information will also not display. Like in the example, if we choose to show 10 entries and for group table 1 index 3, there will be two grouping values on page 1 and 2. Is there any way to for it to show them within a group? Thanks!

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    That's a good point. Unfortunately, no at the moment this is not supported in RowGroup. It is something we will look into.

    Regards,
    Allan

Sign In or Register to comment.