How to register user with editable mode disabled using Angularjs and xeditable?

Asked

Viewed 35 times

1

I wish the dice had already made a Rigger in "save", or something like that, at the time of including the user, it appear without being in edit mode.

See my example on FIDDLE.

How could I fix this?

I’m using this library.

Obs: more details of the question is in the reply of Lucas' comment.

  • I couldn’t quite understand what the doubt was @Ivanferrer.

  • Hi Lucas, if you notice in the fiddle example, when I create a new user, it comes with the editable fields in the table (with inputs), see that I already filled in the data, so I don’t need to edit or save, it was to load only one more row in the table. I would like to do this straight, without having to click save.

  • The idea is that the edition will be after the inclusion.

1 answer

1


I figured out how to make it work:

Just put that in the form tag:

<form shown="false">

Browser other questions tagged

You are not signed in. Login or sign up in order to post.