Kadvin/app_table
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
AppTable
======
Introduction:
Provide active-record oriented data browse mechanism, include:
1. Cross Model Injection
2. Selection Model
3. Table Render
Customized Table Render
Customized Cell header render
Customized Cell body render
Reorder by click on table header
Grouping
Detail Information(Only one expanded)
4. Status bar
Selection Model/Actions
Page Information
Examples:
class UserGroup
has_one :profile
belongs_to :vendor
end
class UserGroupsController < ApplicationController
browse_as_table
end
Copyright (c) 2010 Kadvin, released under the MIT license