Use Javascript to show hide table rows
Hi
I have a query which outputs 9 rows:
A 10
A 11
A 12
B 21
B 22
B 23
C 31
C 32
C 33
I have put these in a table in the usual way using repeat region etc.
I also have built a select box that has A B C.
I would like to know how to use javascript to show and hide the rows of my report dependant on the choice made.
ie User chooses A and only the rows with A in the first field are shown etc. Without going back and requering the server.
Can this be done?
Any help or pointers would be very welcome
thanks
Simon
