GithubHelp home page GithubHelp logo

riujii / edittable Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jdorn/edittable

0.0 2.0 0.0 188 KB

A small jQuery plugin to make your HTML tables editable

License: MIT License

HTML 31.11% JavaScript 68.89%

edittable's Introduction

EditTable

A small jQuery plugin to make your HTML tables editable.

When you click on a table cell, it is replaced with an editor that lets you change the value.

  • Requires jQuery, but doesn't have any other dependencies
  • Works on any standard HTML table and doesn't require additional markup
  • Works great with Twitter Bootstrap, jQueryUI, and other CSS frameworks
  • Keyboard navigation to move to different table cells (tab, shift+tab, up, down)
  • Comes with 2 built-in editors - Text and Select - and it's easy to add your own
  • Get table contents as a JSON array at any time

Basic Usage

EditTable requires a recent version of jQuery.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='lib/EditTable.js'></script>

Making an existing HTML table editable is easy:

<table id="my_table">
    ...
</table>

<script>
$("#my_table").editTable();

// Get the rows as an array of JSON objects
var rows = $("#my_table").editTable('rows');
</script>

Checkout out the examples for more advanced options.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.