No commit activity in last 3 years
No release in over 3 years
bootstrap-gtreetable.js asset pipeline provider/wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Rails 4 asset-pipeline gem to provide bootstrap-gtreetable.js

Gem Version

Setup

Have in your Gemfile:

gem 'bootstrap-gtreetable-rails'

And, have in your application.js manifest:

//= require bootstrap-gtreetable

(also directly available under /assets/bootstrap-gtreetable.js)

And, add in your application.css

*= require bootstrap-gtreetable

Easy as pie.