Skip to content

ExtJS Ext.ux.grid.GridFilters support for rails.

Notifications You must be signed in to change notification settings

swhitt/extjs_filterable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

ExtjsFilterable allows the use of the Ext.ux.grid.GridFilters plugin easily with an ActiveRecord model. Depends on Mislav’s will_paginate gem.

Author

Steve Gulics and Steve Whittaker

ExtjsFilterable should be set-up in the model using the extjs_filterable method:

class Person < ActiveRecord::Base
  extjs_filterable :include => [:address, :account], :columns => {:address => 'address.description'}
end

Person.paginate_by_filter(params)

See the extjs_filterable documentation for more details.

About

ExtJS Ext.ux.grid.GridFilters support for rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages