p8 / table_builder

Rails builder for creating tables and calendars inspired by ActionView's FormBuilder.
186 stars 77 forks source link

Custom CSS classes for date <td> elements #9

Open Arthaey opened 13 years ago

Arthaey commented 13 years ago

I have added support to calendar_helper for custom CSS classes, determined by a user-defined lambda passed into the #day method. I include a test case for it, which passes.