Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindmup/editable-table
tiny jQuery/Bootstrap widget that makes a HTML table editable
https://github.com/mindmup/editable-table
Last synced: 3 months ago
JSON representation
tiny jQuery/Bootstrap widget that makes a HTML table editable
- Host: GitHub
- URL: https://github.com/mindmup/editable-table
- Owner: mindmup
- License: mit
- Archived: true
- Created: 2014-01-31T20:23:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T06:08:30.000Z (about 7 years ago)
- Last Synced: 2024-04-27T00:05:05.426Z (9 months ago)
- Language: JavaScript
- Size: 435 KB
- Stars: 687
- Watchers: 59
- Forks: 324
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jquery - editable-table - tiny jQuery/Bootstrap widget that makes a HTML table editable (Table of contents / Data Table)
README
editable-table
=================This tiny (3KB, < 120 lines) jQuery plugin turns any table into an editable spreadsheet. Here are the key features:
* No magic - works on a normal HTML table (so you can plug it in into any web
table)
* Supports validation and change events (so you can warn about invalid input or
prevent invalid changes)
* Uses standard DOM focus for selection (so does not interrupt scrolling or
tabbing outside the table)
* Native copy/paste support
* Does not force any styling (so you can style it any way you want, using normal
CSS)
* Works well with Bootstrap
* Depends only on jQueryBasic Usage
-----------See http://mindmup.github.com/editable-table/
Dependencies
------------
* jQuery http://jquery.com/