Sorting columns of a table is rather easy using Datatables.net. However, sorting a column holding dates has always been a bit tricky.
Here I'll show three ways of sorting a simple table.
- using jQuery, Datatables.net and Datatables.net plugins
- using vue-tabulator
- using grid.js (and it's Vue plugin)
Note that the first tow options use moment.js for date sorting. The latter uses dayjs, the light weight alternative to moment.
npm install
npm run serve
npm run build