Write Table Column value from Textfield ?

Write Table Column value from Textfield ?

MichaelGrossMichaelGross Posts: 6Questions: 3Answers: 0

Hello, is there any way to write Table Column Value from extern Textfield ? I have used multi row edit but with 3000 row table is not easy delete all rows in the same column or write all rows in this column with the same value ?

Regards
Michael

Replies

  • allanallan Posts: 62,296Questions: 1Answers: 10,215 Site admin

    Use - Editor's edit() method supports multi-row editing and you can use val() to set a common value for a field in all rows (based on your input value if you want).

    Allan

  • MichaelGrossMichaelGross Posts: 6Questions: 3Answers: 0

    thanks Allan, thats work, but wich way i have to deselect ?

    Michael

  • allanallan Posts: 62,296Questions: 1Answers: 10,215 Site admin

    I'm afraid I don't really understand what you mean by "deselect" in this context? Do you want to select the rows, edit them and then deselect them?

    Allan

This discussion has been closed.