Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rails_bootstrap_sortable

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rails_bootstrap_sortable

  • 2.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

rails_bootstrap_sortable

Gem Version

This gem packages the lovely bootstrap-sortable gem from drvic10k/bootstrap-sortable into an easy to use form. rails_bootstrap_sortable adds the ability to sort bootstrap tables (or any type of table, for that matter) via Javascript by clicking on the headers of the table. The bootstrap-sortable gem is © 2015 Matúš Brliť (drvic10k), bootstrap-sortable contributors.

Installation

Add these lines to your rails project's Gemfile:

gem 'momentjs-rails'
gem 'rails_bootstrap_sortable'

Install the new gems:

$ bundle install

(for more info see rails_bootstrap_sortable on rubygems.org)

Add this line to application.css.scss:

*= require bootstrap-sortable

Add these lines to application.js.coffee:

//= require moment
//= require bootstrap-sortable

Usage

Please see dvic10k/bootstrap-sortable for full usage information.

FAQs

Package last updated on 20 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc