Sha256: cca95f72b6468bfa2dae52067c83283a9c2fe077776550faa7ff47e631da3b34

Contents?: true

Size: 1.65 KB

Versions: 2

Compression:

Stored size: 1.65 KB

Contents

# FooTable::Rails [![Build Status](https://secure.travis-ci.org/TwilightCoders/foo_table-rails.png)](http://travis-ci.org/TwilightCoders/foo_table-rails) [![Gem Version](https://badge.fury.io/rb/foo_table-rails.png)](http://badge.fury.io/rb/foo_table-rails) [![Code Climate](https://codeclimate.com/github/TwilightCoders/foo_table-rails.png)](https://codeclimate.com/github/TwilightCoders/foo_table-rails) [![Dependancies](http://img.shields.io/gemnasium/TwilightCoders/foo_table-rails.svg)](https://gemnasium.com/TwilightCoders/foo_table-rails)

Wire up the [FooTable](http://fooplugins.com/plugins/footable-jquery/) [assets](https://github.com/bradvin/FooTable) for your Rails
applications.

## Getting Started

If you're using Bundler, you can add foo_table-rails to your Gemfile:

```ruby
gem 'foo_table-rails'
```

Or manually install the foo_table-rails gem:

```shell
gem install foo_table-rails
```

## FooTable::Rails for Rails >= 3.1

All of the assets from the most latest stable FooTable::Rails release are vendored
so that you can use them with the asset pipeline.  At a minimum, you will
probably want the following in your application.js and application.css:

```js
//= require footable.core
```

```css
//= require footable.core
```

### Adding a plugin

Additional syntax modes can be added to your application.js:

```js
//= require footable.paginate
//= require footable.sort
// ...
```

### Adding a theme

Additional CSS themes can be added to your application.css

```css
//= require footable.metro
```

### Contributing

Find a mistake? New version of FooTable::Rails? Submit a pull request!

---

Copyright (c) 2014 Dale Stevens, released under the MIT license

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foo_table-rails-2.0.1 README.md
foo_table-rails-2.0.0 README.md