Edit One Row In A List Of Records?
I have a list of records, e.g. addresses. It's displayed using the following html5/knockout code. Copy
2) If it's just one field, you might want to create a custom binding handler that adds the behavior you want to an element (it would dynamically add/remove a field). There are a few good examples on Stackoverflow of this technique.
Post a Comment for "Edit One Row In A List Of Records?"