1

I am using angular js ng-repeat to bind data and I need batch edit (xeditable) now when I click edit button whole table will convert into editable but I want where user want to edit that particular cell will change into editable help enter image description here refer: https://vitalets.github.io/angular-xeditable/#editable-table

chrismacp
  • 3,834
  • 1
  • 30
  • 37
jose
  • 1,044
  • 1
  • 12
  • 35
  • No code, no help. – Ankh Mar 13 '17 at 08:36
  • @Ankh i Mention link . – jose Mar 13 '17 at 08:56
  • @jose Asumo que hablas español. Que es exactamente lo que necesitas? Que toda la tabla se convierta en editable o que solo la celda en la que esta el usuario se convierta en editable? // I am assuming you speak Spanish. What do you need? The current cell or the complete table to become editable? – sebastianf182 Mar 16 '17 at 04:14
  • kindly refer my link@sfratini that reference when we click edit button whole table to be in editable but i want user directly click what cell they want to be edit that particular cell only change into editable http://jsfiddle.net/NfPcH/78/ – jose Mar 16 '17 at 05:00
  • current cell @sfratini – jose Mar 16 '17 at 05:28
  • The title mentioned technologies irrelevant to the question. Also some grammer updates. – chrismacp Mar 16 '17 at 09:37

1 Answers1

0

Looks like you may want to enable editing each row with a button like in this example:

https://vitalets.github.io/angular-xeditable/#editable-row

The example looks like it is creating a form for each row whereas you have only one form for the whole table.

If you do create a form for each row then you could also probably work out how to reference each row form and and trigger editing any way you want.

chrismacp
  • 3,834
  • 1
  • 30
  • 37