deanshub / pivot2

5 stars 2 forks source link

sort enhancement #47

Open deanshub opened 7 years ago

deanshub commented 7 years ago

The last rows (the ones which provide a scale of 1 to 1 with the data rows) should be sorted by default but when the user asked for sorting by column we should ignore the last rows sort and add the column sort.

this should turn this: image

into this: image

deanshub commented 7 years ago

this should only be done after supporting the regular sort #4 and multi-column sort #35