tochoromero / aurelia-table

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

Fire an event when table loaded #49

Closed seagullmouse closed 3 months ago

seagullmouse commented 6 years ago

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