• JSONTable

  • menu
  •   Home
  •   Interactive Demo
  •   Documentation
  •   View on Github
Responsive Menu:
PC/Laptop
Tablet
Phone
The HTML
The JavaScript
The JSON
The Options
var yell = function(data) { return data + "!"; } $(document).ready(function($){ JSONTable("table", theJSON, { show: ['a','c','e'] , keyMap: { 'a': 'Customer', 'c': 'E-Mail', 'e': 'Lorem Ipsum' } , filterMap: { 'a': 'yell' } , searchId: 'myFilter' , paginationId: 'pagination1' , perPage: 10 , breakpoints: { phone: 400, tablet: 500, desktop: 10000 } }); });
  • Update Table
  • Reset Table

JSONTable is maintained by 6eDesign

  •   View on GitHub