Skip to content

Instantly share code, notes, and snippets.

@razass
Created September 21, 2010 21:18
Show Gist options
  • Save razass/590571 to your computer and use it in GitHub Desktop.
Save razass/590571 to your computer and use it in GitHub Desktop.
YUI({filter: 'raw', combine : false}).use('node', 'scrollview', function(Y) {
var scrollView = new Y.ScrollView({
srcNode: '#searchresults', //where #searchresults is a wrapper div on the table rows.
height: 350
});
scrollView.render();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment