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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i flippedtable

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ianertson