Skip to content

Sort order should accept String[] #127

@tonyganch

Description

@tonyganch

Our documentation says:

sort-order
Available values:

* {Array} of rules
* {Array} of arrays of rules for groups separation

But in fact sort order like this:

sort-order: ['top', 'color']

fails with error:

Error loading "sort-order" handler: Object position has no method 'forEach'

while sort-order: [['top', 'color']] is ok.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions