I have a table with 2 columns; name and a status. The name is a varchar and the status is an enum; "pending" and "confirmed". I want to be able to edit the name in a modal form, and the status inline. Is this possible somehow?
This question has an accepted answers - jump to answer
Absolutely. For the status you would simply call the inline() method as normal for inline editing. For the main modal form you have two options:
inline()
hide()
initEdit
Allan
Excellent. Thank you, for a great answer and product.
Answers
Absolutely. For the status you would simply call the
inline()method as normal for inline editing. For the main modal form you have two options:hide()insideinitEditAllan
Excellent. Thank you, for a great answer and product.