Hi
Is there a possibility to access a table view column data in Java scripts.
Like using getElementById() or is there any other way.
Requirement: I have to compare two columns(data) in the table view and throw a java script error like popup when column1 is greater than column2 data.
Here the first column is editable (where the user can enter data to the table view column) ,the second column is non editable and data is fetched before hand.
When I click on the sumbit button , I call a java script code here I want to validate the data between the two column data.
Regards,