netsys
Posts: 39
|
| Posted: 10/02/2007, 2:49 PM |
|
I've got a report that has a header and detail rows. I'd like users to be able to click the header row or a toggle button, and either show or hide the details for that particular subsection. I tried using javascript to hide or show a div I assigned to the detail row, but I can't figure out how to get the toggle button to show or hide anything more than one row. I essentially get one row to toggle on or off, but not any more than that.
|
 |
 |
netsys
Posts: 39
|
| Posted: 10/03/2007, 8:40 AM |
|
Nevermind. I decided to just hide the detail on one page and create buttons that are links with a parameter, going to another page that shows the detail. Works like a charm.
|
 |
 |
|