DataTabel

Link for it

https://anshmodi27.github.io/Data_Table/

Usage

https://jsonplaceholder.typicode.com/todos <!-- API -->
<!-- use bootstrap Tabel -->
    <table>
        <thead>
                <tr>
                    <th>userId</th>
                    <th>id</th>
                    <th>title</th>
                    <th>completed</th>
                </tr>
            </thead>
        </table>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> <!-- For CSS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- For JS -->

<script>
// in this script tag i fetch data from api to datatabel using datatabel.net
</script>