Skip to content

Instantly share code, notes, and snippets.

@lsmith
Created August 28, 2009 22:07
Show Gist options
  • Save lsmith/177292 to your computer and use it in GitHub Desktop.
Save lsmith/177292 to your computer and use it in GitHub Desktop.
// DataTable #3 - Checkbox click allows row selection
Ex.dataTable3.subscribe('rowClickEvent',Ex.dataTable3.onEventSelectRow);
Ex.dataTable3.subscribe('rowSelectEvent',Ex.dataTable3.check);
Ex.dataTable3.subscribe('unselectAllRowsEvent',Ex.dataTable3.uncheckAll);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment