framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.08k stars 3.23k forks source link

Fix sorting arrow direction #4248

Closed stanleyxu2005 closed 7 months ago

stanleyxu2005 commented 7 months ago

Sort arrow in data-table is wrong. When adding sortable-asc, the arrow is down, when adding sortable-desc, the arrow is up. The PR would fix the arrow direction issue.

nolimits4web commented 7 months ago

When adding sortable-asc, the arrow is down, when adding sortable-desc, the arrow is up.

This is the correct behavior