Closed yoshivb closed 3 months ago
This resolves #56.
The icons are placeholder and will need to be replaced with the proper ones. It only shows a sorting icon for the column that is sorted, a placeholder for non-sorted columns could be added if desired but I didn't feel it added anything.
This also moved the column header definitions from duplicate html into an array in the script and then using a v-for.
oh wait, why am I deploying... CORS
This resolves #56.
The icons are placeholder and will need to be replaced with the proper ones. It only shows a sorting icon for the column that is sorted, a placeholder for non-sorted columns could be added if desired but I didn't feel it added anything.