I've a problem with a sorting JS plugin for my tables. It's named "Sortable". I've did everything described in the documentation to setup everything. The sorting works but there is an issue with dates and prices.
So when I sort for example a date column ascending, the rows looking like this:
- 22.10.2018
- 23.02.2019
- 28.02.2019
- 28.12.2018
You can see the date config here:
https://github.hubspot.com/sortable/api/options/
Maybe it's a problem with the german date format but I don't know exactly how to fix this. Maybe you can take a look at it? This would be really awesome!