magic_grid 0.12.6
Displays a collection (ActiveRelation or Array-like object) wrapped in an html table with server side column sorting, filtering hooks, and search bar. Large collections can be paginated with either the will_paginate gem or kaminari gem if you use them, or a naive Enumerable based paginator (without pager links) if neither is present.
          Gemfile:
          =
        
        
          installation:
          =
        
      Dépendances de Runtime (2):
            jquery-rails
            >= 1.0.17
          
          
            railties
            >= 3.1
          
    