Does anyone know if there are any known issues subscribing to events fired by a YUI2 DataTable when using with YUI3 2in3? I'm trying to do the following and it's not working:
myDataTable.subscribe("initEvent", function(){
Y.log('******** hello from initEvent');
});
Other features of the DataTable seem to be working but I can't seem to tap into any events.
Does anyone else have issues with this? Any suggestions?
Thanks,
Bart