1
我想知道是否可以按「groupingKey」進行排序,而「dataView」進行分組。分組時,如何按「groupingKey」排序?
我想知道是否可以按「groupingKey」進行排序,而「dataView」進行分組。分組時,如何按「groupingKey」排序?
除了撥打電話或collapseGroup()
之外,您不應該使用groupingKey
。
要對羣組進行排序,請在撥打setGrouping()
時指定comparer
。 請參閱https://github.com/mleibman/SlickGrid/blob/master/examples/example-grouping.html的示例。