changing the value for Text inside a column of a dynamic table
Hi Folks,
I get a great help from this forum and i follow very frequently. This time i have a question regarding Tables, how to manipulate fields in a table using JavaScript. The requirement is as follows, I have a Table (100rows x 3columns) and few of them are hidden from layout. The first column contains the text values such as sequential numbers, (the first column is visual index, 1, 2, ,3 ... 100). Now, i am trying to write a script which, replaces or overrides the first column values in text boxes to spaces. Can you guys help me out if making a script? or provide me some resources where i can manipulate table fields using JavaScript?
Thanks in advance.