Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Row grouping #86

@gf-pl

Description

@gf-pl

Hi,

I'm trying to use rowgrouping mechanism included in datadables. How shoul I use it?
my code:

$scope.dtOptions = DTOptionsBuilder.fromSource($scope.URL)
                .withPaginationType('simple_numbers')
                .rowGrouping({
                    iGroupingColumnIndex:5,
                    sGroupBy: "year",
                    bHideGroupingColumn: false});

Living example in "clean" dataTable:
https://jquery-datatables-row-grouping.googlecode.com/svn/trunk/customGroupOrdering.html

Thanks for help
Best regards

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions