webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

lock single rows for editing in editablegrid individually #88

Closed webMac closed 8 years ago

webMac commented 9 years ago

hi folks! Is there a way to individually lock single rows with editablegrid for editing? I use it with a MVC pattern and fill it with an XML string with data after generating this XML string with my background model. Thank you for your help in advance! (: