Skip to content

Create a HTML table from JSON that can be sorted, selected, and post-processed using a simple callback.

License

Notifications You must be signed in to change notification settings

eswright/Tidy-Table

 
 

Repository files navigation

Tidy Table Build Status

Create a HTML table from JSON that can be sorted, selected, and post-processed using a simple callback.

Tidy-Table

Features

  • Extensible HTML/CSS interface.
  • Compatible with all modern desktop and mobile web browsers.
  • Fully responsive layout with touch event support.
  • Easy to set-up and customize.
  • Customizable callback functions for post-processing selected results.
  • Post-process options for manipulating table/column/menu elements.
  • Fast and lightweight (JavaScript plug-in *only 3 kB)

Installation

This package can be easily installed using Bower.

Modern v3 (no dependencies)

$ bower install tidy-table#3

Legacy v2 (requires jQuery 1.8.3)

Compatible with Firefox 3.6, Chrome, Safari 5, Opera, and Internet Explorer 7+ web browsers.

$ bower install tidy-table#2

Please refer to the README for more information about this package.

See Also

This package can be used in conjunction with Poppy-Pagination to create a seamless per-page result experience.

License and Warranty

This package is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

Tidy-Table is provided under the terms of the MIT license

Author

Marc S. Brooks

About

Create a HTML table from JSON that can be sorted, selected, and post-processed using a simple callback.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.1%
  • CSS 6.7%
  • Other 1.2%