Skip to content

two header lines issues #1362

Open
Open
@assachs

Description

@assachs

Hello,
i have some issues with two header lines. I'm not sure, if they belong together

sortList count's second row (http://jsfiddle.net/pehruqqL/1/):
sortList: [[1,0]] sorts the second col of the second row.

headers counts both rows:
http://jsfiddle.net/pehruqqL/2/
headers: {
4: {sorter:false} //first row cols 0 - 2, second cols 3 - 11
}

changing the sorter of the second row has no effect:
headers: {
4: {sorter:'customParser'} //first row cols 0 - 2, second cols 3 - 11
}
(it's working with class-attribute)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions