Skip to content

Instantly share code, notes, and snippets.

@joestelmach
Created May 17, 2011 03:47
Show Gist options
  • Save joestelmach/975905 to your computer and use it in GitHub Desktop.
Save joestelmach/975905 to your computer and use it in GitHub Desktop.
var table = new Backbone.UI.TableView({
model : this.users,
columns : [{
label : 'First Name',
property : 'firstName',
}, {
label : 'Last Name',
property : 'lastName'
}]
}).render();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment