Skip to content

Instantly share code, notes, and snippets.

@jamespeerless
Created November 19, 2013 20:31
Show Gist options
  • Save jamespeerless/7552036 to your computer and use it in GitHub Desktop.
Save jamespeerless/7552036 to your computer and use it in GitHub Desktop.
pageableGrid = new Backgrid.Grid
className: gridClassName
emptyText: emptyText
columns: @getTableColumns()
collection: emails
paginator = new List.EmailPaginator
className: "backgrid-paginator"
collection: emails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment