No commit activity in last 3 years
No release in over 3 years
Asset package jquery-jtable for rails +3.1
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

It is just Gemify

My objecttive create this gems to make it easy integrate jtable with rails. I found that some examples implement on php and asp. I want to implement example on rails too, I hope it will help some one who use jtable with rails.

Installation

Add this line to your application's Gemfile:

gem 'jquery-jtable-rails'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install jquery-jtable-rails

Usage

on aplication.js

	//= require jtable/jquery.jtable

There are four themes that we can choose basic, jqueryui, lightcoler and metro, if we want to implement metro blud on aplication.css:

*= require jtable/themes/metro/jtable_metro_base

if basic:

	*= require jtable/themes/metro/jtable_basic_base

if jqueryui:

	*= require jtable/themes/metro/jtable_jqueryui

for the details find it on reference