flippedtable

1.0.0 • Public • Published

FlippedTable.js

Manage HTML tables easier

  • Sorting
  • Filters
  • Querying
  • Adding records
  • Removing records

How to use

API Documentation

Example

    <div id='myTable'></div>
    <script type='text/javascript'>
        var table = new FlippedTable(document.getElementById('myTable'));
        table.setKeys(['id', 'title']);

        table.addRecord({id: '232', title: 'Test title'}); 
    </script>

Package Sidebar

Install

npm i flippedtable

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ianertson