derekcroft / zable

HTML table generation with searching and sorting made dead simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Give table an id

joekur opened this issue · comments

We should be able to pass a :table_id option to zable() like we do :table_class to set the css id. Possibly, rename things to be consistent with rails' helpers.

Agreed. Let's have it take an html_options hash like the Rails helpers do
that passes everything in it to the HTML element.