橫幅廣告

2012年2月20日 星期一

YUI 得知Datatable完成的方法

If you want to know that when is the datatable done, you can subscript the "postRenderEvent" event.

Juts like:
myDataTable.subscribe( 'postRenderEvent', function()
{
  //Do something
});

You can see here in more detail.

沒有留言:

張貼留言