Hello,
My question is, how to sort rows within the group and group header should be remain in same position.
For example (capture-1.png)
Here the rows resource modeling comes under group header Resource modeling, 9.Deferred comes under group header 9.Deferred.
• Here I want the rows which I mentioned in red color are to be sorted and group header should remain sin same place without sorting order, that is only the rows under the group header should be sorted.
• As you given in other solution, if other column is sorted ex: portfolio score then we cannot sort department rank column. If other column in unsorted then only we can achieve this this (
http://jsfiddle.net/h4rmbx70/123/)
Currently the sorting works as below (image capture-2)
Here I can sort the column but column head is moved up, but I need column header should be in the same place where it was before sorting.
Another example (image capture-3)
Expecting for the best answer.
Before After
Ascending Descending
Group 1 Group 1 Group 1
56 23 57
34 34 56
57 56 56
23 56 34
56 57 23
group 2 >>> group 2 group 2
67 34 76
56 45 67
45 56 56
34 67 45
76 76 34
thank you.