Skip to content

A simple jQuery UI plugin that adds editable behavior to an HTML table. Similar to the many editable grid plugins available, but much smaller in scope. This plugin is (almost) strictly concerned with behavior, as opposed to presentation. It simply provides the ability to make tabular data editable inline. It assumes you are using the HTML table …

Notifications You must be signed in to change notification settings

sflahave/writetable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple jQuery UI plugin to make HTML tables editable. The plugin plays nicely with the jquery metadata plugin. It is intended to be used to make tabular data editable, one row at a time. That is - it expects to be given an HTML table element containing tabular data (not for a table used for layout purposes). The table should include the

and elements. The plugin will simply add form inputs to each cell, using the following naming convention: collectionName[index].propertyName

Look at the examples to see how to use it.

About

A simple jQuery UI plugin that adds editable behavior to an HTML table. Similar to the many editable grid plugins available, but much smaller in scope. This plugin is (almost) strictly concerned with behavior, as opposed to presentation. It simply provides the ability to make tabular data editable inline. It assumes you are using the HTML table …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published