0.0
No commit activity in last 3 years
No release in over 3 years
jQuery plugin to make HTML tables responsive. Gemified.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 1.0
>= 0

Runtime

>= 3.1
 Project Readme

FooTable::Rails Build Status Gem Version Code Climate Dependency Status

Wire up the FooTable assets for your Rails applications.

Getting Started

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

gem 'foo_table-rails'

Or manually install the foo_table-rails gem:

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:

//= require footable.core
// ... and plugins ...
// or...
//= require footable.all
//= require footable.core

Adding a plugin

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

//= require footable.paginate
//= require footable.sort
// ...

Adding a theme

Additional CSS themes can be added to your application.css

//= require footable.metro

Contributing

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


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