https://github.com/alitursucular/filter-and-sort-dynamically-created-table-with-vanilla-javascript-demo
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.
https://github.com/alitursucular/filter-and-sort-dynamically-created-table-with-vanilla-javascript-demo
bootstrap4 css-animations filterable html5 sortable vanilla-javascript
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/alitursucular/filter-and-sort-dynamically-created-table-with-vanilla-javascript-demo
- Owner: alitursucular
- Created: 2019-08-25T12:47:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T16:23:10.000Z (over 5 years ago)
- Last Synced: 2025-02-07T13:37:46.343Z (4 months ago)
- Topics: bootstrap4, css-animations, filterable, html5, sortable, vanilla-javascript
- Language: HTML
- Homepage: https://alitursucular.github.io/filter-and-sort-dynamically-created-table-with-vanilla-javascript-demo/
- Size: 7.81 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/