"table-sort" Make the table sortable! (Words, numbers, dates, file sizes)... "table-arrows" Display ascending or descending arrows. Supports custom arrows; for example: "table-arrows-⇈⇋⇊" ...
This mini Vanilla JS project is about dynamically creating a table, which is filterable and sortable. We managed to perform these operations by resorting to several amazing JavaScript higher-order ...