TIL: How to add a form in a table in Phoenix LiveView?
Suppose, we want to add an inline edit feature on a table row. It can be a little tricky to implement. I had a hard time implementing it because I wasn't about one of the concepts of HTML that we cannot add a form tag inside a table. Something like t...
abulasar.com2 min read