Skip to content

heinpen/Sorting-table-vanilla-js-webpack

Repository files navigation

Sorting table(Vanilla.js)

Introduction

Simple, adaptive table.
Firebase was used as database.

Features

  • sort on click
  • search by name

Usage

  1. 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>
  1. Include script.js file in your project in wich you can find helpful comments.

License

MIT