Can you explain how I can use the toggleItem method?
I can execute it just fine:
$ssrs->printr($ssrs -> toggleItem("24iT0R0x0"));
returns:
stdClass Object
(
[Found] => 1
)
but nothing happens.
edit:
Ok, rerendering after the toggle helps a lot. I should really post to this github everytime I have some sort of a problem because it seems to be fixed right after ;) .
Can you explain how I can use the toggleItem method?
I can execute it just fine:
returns:
but nothing happens.
edit: Ok, rerendering after the toggle helps a lot. I should really post to this github everytime I have some sort of a problem because it seems to be fixed right after ;) .