Updating entire table's particular column at one shot(batch update)
Summary
On selecting some value from drop down - the table's particular entire column should be updatedContent
Hi All,
I have a strange requirement, don't know whether this is possible or not.
There is one list with some values - let's say - Values: A, B, C and button "Update".
And there is one table with 5 columns (C1, C2, C3, C4, C5) and 4 rows in it.
One selecting the list value - B, and on clicking "Update" button - the table's entire column (for every record) C5 should be updated with value "B".
One selecting the list value - A, and on clicking "Update" button - the table's entire column (for every record) C5 should be updated with value "A".
Tagged:
0