humanitiesplusdesign / palladio

An application that brings humanities research methods to data visualization.
BSD 3-Clause "New" or "Revised" License
170 stars 31 forks source link

Fix sort to work numerically and not just alphabetically #127

Open elizawe opened 8 years ago

elizawe commented 8 years ago

On the table feature, 99 is sorted to be greater than 988, etc.

esjewett commented 8 years ago

Makes sense to do this for numeric data types, certainly. Also for dates, I suppose?

elizawe commented 8 years ago

Yes – if the sort recognized the data type and responded accordingly.

esjewett commented 8 years ago

:+1: