Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to not output thead at all #17

Open
ares opened this issue Jun 24, 2011 · 0 comments
Open

Add possibility to not output thead at all #17

ares opened this issue Jun 24, 2011 · 0 comments

Comments

@ares
Copy link

ares commented Jun 24, 2011

Sometimes it's good to have a small table without any thead. Right now I can do only something like

table_for connections do |t|
  t.data do
    t.cell(:created_at, :heading => nil
    t.cell(:status, :heading => nil
  end
end

I would prefer to have some option at table_for that would disable tbody generation at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant