Giter VIP home page Giter VIP logo

jqgrid-rails3's Introduction

Sorry,i’m no longer update the plugin,please use the fork :github.com/springbok/jqgrid-rails3

a plugin base on 2dcJqgrid for rails3 to use jqgrid

This Rails plugin allows you to add jQuery datagrids into your applications.

Following features are supported :

  • Ajax enabled

  • Sorting

  • Pagination

  • Search

  • CRUD operations (add, edit, delete and read)

  • Multi-selection (checkboxes)

  • Master-details

  • Themes

  • And more …

Install and Uninstall

$ rake jqgrid:install

$ rake jqgrid:uninstall

Generator

You can now generate a grid using a command like this one :

$ rails generate jqgrid user id pseudo email firstname

it will create a controller and a view file to the app path,and you must change route to use it ,you can see it in the

controller.

Use

You can use it simple,eg;

$ <%=jqgrid_javascripts%>

$ <%=jqgrid_stylesheets%> 

if you want to use other theme,you cna change it like :

$ <%=jqgrid_stylesheets "theme"%>

the theme in /public/stylesheets/jqgrid/themes/,you can custom a jquery ui theme,and copy the file into the path

Copyright © 2010 Anthony Heukmes, released under the MIT license

My gmail account : [email protected]

jqgrid-rails3's People

Contributors

doabit avatar vitalie avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.