https://github.com/leikind/wice_grid
A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
https://github.com/leikind/wice_grid
Last synced: about 2 months ago
JSON representation
A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
- Host: GitHub
- URL: https://github.com/leikind/wice_grid
- Owner: leikind
- License: mit
- Created: 2009-06-30T16:59:51.000Z (over 16 years ago)
- Default Branch: rails7
- Last Pushed: 2025-02-10T19:23:50.000Z (about 1 year ago)
- Last Synced: 2025-03-05T17:52:24.331Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 1.77 MB
- Stars: 552
- Watchers: 22
- Forks: 214
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-ruby-toolbox - wice_grid - A Rails grid plugin to create grids with sorting, pagination, and filters generated automatically based on column types. The contents of the cell are up for the developer, just like one does when rendering a collection via a simple table. WiceGrid automates implementation of filters, ordering, paginations, CSV export, and so on. Ruby blocks provide an elegant means for this. (HTML & Markup / Table Builders)