Sha256: bcd87e5fbff0aad994366232bebc0baa09908739b4c885be1d53a85992930584

Contents?: true

Size: 654 Bytes

Versions: 3

Compression:

Stored size: 654 Bytes

Contents

# SlickGrid (6pac fork) Rails gem

Adds SlickGrid vendor assets to your Rails app. Tested on 5.1 but should work on 4+.

This uses the [6pac fork](https://github.com/6pac/SlickGrid) which is the most active fork of SlickGrid.


## Installation

Add this to the Gemfile:

    gem 'slickgrid'

Run

    bundle

## Usage

Add this to your application.js file

    //= require slickgrid

Add this to your application.css file (this will include ALL css files)

    *= require slickgrid


If you need plugins or dataview or something else you can add it manually.

Examples:

    //= require slickgrid/dataview
    //= require slickgrid/controls/columnpicker

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slickgrid-2.4.14 README.md
slickgrid-2.4.5 README.md
slickgrid-2.3.16.1 README.md