Project

slickgrid

0.0
No commit activity in last 3 years
No release in over 3 years
SlickGrid (6pac fork) gem for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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 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