https://github.com/engrshuvodas/orders-tablelist
https://github.com/engrshuvodas/orders-tablelist
html-css-javascript list listing order order-management table tableview
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/engrshuvodas/orders-tablelist
- Owner: engrshuvodas
- License: mit
- Created: 2023-10-27T18:46:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:47:10.000Z (over 2 years ago)
- Last Synced: 2025-09-12T23:04:25.577Z (9 months ago)
- Topics: html-css-javascript, list, listing, order, order-management, table, tableview
- Language: HTML
- Homepage: https://engrshuvodas.github.io/Orders-TableList/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filter and sort a dynamically created table with Vanilla JavaScript
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 functions.
From time to time, I enjoy dealing with this kind of projects because these kinds of functions are always handy when we are dealing with a larger project (as they are being part of it). Besides, once we shift our focus to mini-projects, we generally practice & improve our skills, discover extended use cases and produce our code in various forms.
---
For the **blog post** and the **demo** of this repo please visit: https://alitursucular.github.io/filter-and-sort-dynamically-created-table-with-vanilla-javascript/