In this tutorial, we will learn how to make an HTML table with custom sorting functionality using Vanilla JavaScript. We will be using the DOM manipulation in JavaScript to achieve this feature.

We begin by designing the table with Bootstrap 5, then we fetch the data for the table using the CoinRanking API which contains data about different types of cryptocurrency.

Finally, we implement the custom sorting functionality in JavaScript.

###########################################################
Timestamps for Creating a Sortable Table in Vanilla JavaScript using Data from a REST API:
Introduction - 00:00
02:47 Project Set Up and Table Design
10:50 Configuring the REST API
24:12 Creating the Sort Function
31:30 Outro
###########################################################

GitHub Link:
https://github.com/desoga10/table-sort-javascript


#javascript #table #data 

How to Create a Sortable Table in Vanilla JavaScript using Data
1.10 GEEK