You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2022. It is now read-only.
For a table like
It would be useful to make it sortable by columns. Example: https://www.w3schools.com/w3js/w3js_sort.asp
According to this post, we can import a Sortable JS library and simply add class name
sortableto table elements in HTML to achieve this.So is this achievable on the theme side? Or is this a feature request to Hexo? Thanks!