You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to fire an event once the table has loaded/drawn its rows.
Specifically I want to turn checkboxes in the table into fancy iCheck boxes. So I need to run
$('input').iCheck({checkboxClass: "icheckbox_flat-green"});
I can't see where to add a listener or what event I can tap into to get this working.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I want to fire an event once the table has loaded/drawn its rows.
Specifically I want to turn checkboxes in the table into fancy iCheck boxes. So I need to run
$('input').iCheck({checkboxClass: "icheckbox_flat-green"});
I can't see where to add a listener or what event I can tap into to get this working.
Thanks in advance
The text was updated successfully, but these errors were encountered: