Simple, adaptive table.
Firebase was used as database.
- sort on click
- search by name
- Insert this HTML code in yours.
<input class="my-input" type="text" id="my-input" placeholder="Search for names.." title="Type in a name" />
<div id="sort-table-container"></div>
- Include script.js file in your project in wich you can find helpful comments.