I am trying to implement plus/minus icons in a the datagrid using jQuery. On expand, minus icon is coming but on collapse the plus icon is not coming back.
Here is the implementation: http://jsfiddle.net/pixelfx/3fwyf/10/
Can anyone please look into the code.
Replace
$('.minus').show();
$('.add').hide();
with
$('.minus').toggle();
$('.add').toggle();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With