EloquentStudio / StreamTable.js

StreamTable.js streams data for tables in the background, updates and renders them using templating frameworks like Mustache.js, HandleBars.js
http://eloquentstudio.github.io/StreamTable.js/stream.html
MIT License
386 stars 77 forks source link

Date sort problem. #33

Open Alishan111 opened 7 years ago

Alishan111 commented 7 years ago

Unable to sort date as it should be, tried YYYYMMDD but still no luck.

zorodude commented 6 years ago

This isn't documented for whatever reason, but if you add a "number" parameter to your data-sort, it'll recognize the value as a number.

ex: <th data-sort="salary:asc:number">Salary</th>