Open
Description
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)