tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

How do I run a method after aurelia-table has run? #45

Closed seagullmouse closed 6 months ago

seagullmouse commented 7 years ago

I want to run $("input:checkbox").iCheck( {checkboxClass: "icheckbox_flat-green"}); to style checkboxes inside the aurelia-table.

I assume I should add a listener but I can't work out where/how.

Thanks in advance