How do I access hidden fields using javascript
Hi,
I have a requirement where I have to know which row that i'm in in a tabular form. To do this it was intended to include a hidden field but unfortunately apex doesn't add an "id" to the hidden field nor does it give it a unique "name".
Alternatively the pagination information would provide enough information but this looks like it will be inaccessible also.
Is there any was to pass down easily accessible pagination or row number information using apex?
Thanks,
David