Skip to content

Instantly share code, notes, and snippets.

@btakita
Created February 8, 2009 19:03
Show Gist options
  • Save btakita/60463 to your computer and use it in GitHub Desktop.
Save btakita/60463 to your computer and use it in GitHub Desktop.
Erector::Widgets::Table.create do
column :first_name
column :last_name
column :email
row_classes :even, :odd
end.insert(self, :row_objects => users)
#################
widget(Erector::Widgets::Table.create do
column :first_name
column :last_name
column :email
row_classes :even, :odd
end, :row_objects => users)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment