![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What I want to do is create buttons to hide all rows with a particular status. The code to show/hide is relatively easy, but how do I turn them all off at once? Several ideas I had: snip 4. Doing something else that I haven't thought of yet. |
#3
| |||
| |||
|
|
In article <3f736b24$0$30962$afc38c87 (AT) news (DOT) optusnet.com.au>, RIck Measham rickm (AT) spam-site (DOT) net.au> writes: What I want to do is create buttons to hide all rows with a particular status. The code to show/hide is relatively easy, but how do I turn them all off at once? Several ideas I had: snip 4. Doing something else that I haven't thought of yet. When each row is given a "status", add its id to an array. When the button is clicked to hide those rows, loop through the array and hide the id's contained within. -- |
![]() |
| Thread Tools | |
| Display Modes | |
| |