Write Table Column value from Textfield ?
Write Table Column value from Textfield ?
MichaelGross
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
This discussion has been closed.
Replies
Use - Editor's
edit()
method supports multi-row editing and you can useval()
to set a common value for a field in all rows (based on your input value if you want).Allan
thanks Allan, thats work, but wich way i have to deselect ?
Michael
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