GridFu

https://github.com/evilmartians/slashadmin/issues/3

Installation

Add this line to your application's Gemfile:

gem 'grid_fu'

And then execute:

$ bundle

Or install it yourself as:

$ gem install grid_fu

Usage

Do not forget to describe config options.

TODO

  1. Default header & footer if none present.
  2. Render body, footer and header separately
  3. Specs.
  4. Sort?
  5. Nice output.
  6. Default data attrs for everything.
  7. Rowspan
  8. :span
  9. Footer
  10. Header
  11. Base class for footer, header and tbody.
  12. Avoid body block if there's no header/footer.
  13. value: :function cell param
  14. merge_html_options?
  15. Bypass :value param.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request