lineupjs / lineup_htmlwidget

HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
https://lineup.js.org
Other
54 stars 9 forks source link

Hierarchical Sorting - Not Working #13

Closed danieljfeller closed 2 years ago

danieljfeller commented 5 years ago

I'm only able to sort on a single column; this is true both on the sidebar and the columns themselves (see image)

BTW this is a fantastic contribution, so thanks!

image

image

sgratzl commented 5 years ago

can you provide some test data, please?

danieljfeller commented 5 years ago

@sgratzl I was simply using the iris dataset; this problem seems identical to https://github.com/lineupjs/lineupjs/issues/161

sgratzl commented 5 years ago

have you tried adding , options=list(noCriteriaLimits=TRUE) when calling LineUp. I checked the code and by default only one sort criteria is allowed