datatables 1.0.0
Datatables is a Rails 3 plugin that enables the easy creation of dynamic datatable views on top of any ActiveRecord model. Datatables provides a simple helper that can be utilized in the view to automatically display a dynamic view on top of a model. Datatables handles the entire front end and backend support to do this.
          Gemfile:
          =
        
        
          インストール:
          =
        
      バージョン履歴:
- 1.0.0 July 12, 2011 (31KB)
Runtime依存関係 (2):
            jquery-rails
            >= 0
          
          
            rails
            >= 3.0.3
          
    