http://developer.yahoo.com/yui/docs/YAHOO.widget.DataTable.html
Is it an event or something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What are you using as a
DataSource? If you care about when theDataSourceis done loading data, you can use itsdoBeforeLoadDataevent which will allow you access to theDataSourcebefore it is consumed by theDataTable.Otherwise, if you are talking about “loaded” meaning that the table has finished being drawn, you can use the
DataTable‘spostRenderEventevent.There are a lot of events for these components that you can listen to.