How can I get the checked rows in a YUI DataTable?
- by Justin Tanner
I'm using a YUI DataTable with a checkbox column like this:
var myColumnDefs = [
{key:"check", label:'', formatter:"checkbox"},
{other rows...}
];
How can I iterate over the checked columns in my DataTable?