bluewatertracks / bwt-datatable

Data table with Polymer 3 support!
GNU General Public License v3.0
42 stars 14 forks source link

paper-datatable-column sortDirection="desc" sorted does not sort descending. #44

Closed cchubb closed 6 years ago

cchubb commented 6 years ago

No matter what I set sortDirection to, the default sort is always ascending if the "sorted" attribute is set. Apparently the _sort method does not check the sortDirection when comparing values.