jennschiffer / timbles.js

a very simple jQuery plugin for tables, made by the person who literally did not invent tables
MIT License
38 stars 4 forks source link

Row identifier properties #10

Closed jennschiffer closed 8 years ago

jennschiffer commented 8 years ago

If we want to allow someone to edit a Row in their app, that Row needs to know what object is associated with it, so let's add a property for rows that sets that identifying property.

jennschiffer commented 8 years ago

after discussing this with the person who wanted this, i realized that really the row element in the dom itself can be accessed via click events or whatever. anything else is really beyond the scope of this plugin.