dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.42k stars 1.81k forks source link

sorting data table on the fly #219

Open lee00678 opened 11 years ago

lee00678 commented 11 years ago

Hi,

The sorting currently only works on the nested items not on the groups. I think some feature like sorting the result data table based on the users wishes would be great.

Thanks

neverfox commented 10 years ago

Yes, many times I want to display a value in such a way that it destroys natural sort order, e.g. dates rendered as "April 2014." Being able to sort on a value different from what is displayed would be very useful.