Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgeramirez/statefulcheckboxcolumn
Grid plugin that injects a checkbox column, mantains selected items after page loads or paging
https://github.com/jorgeramirez/statefulcheckboxcolumn
Last synced: 23 days ago
JSON representation
Grid plugin that injects a checkbox column, mantains selected items after page loads or paging
- Host: GitHub
- URL: https://github.com/jorgeramirez/statefulcheckboxcolumn
- Owner: jorgeramirez
- License: gpl-3.0
- Created: 2012-03-11T13:39:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-13T13:09:16.000Z (over 12 years ago)
- Last Synced: 2024-04-08T18:16:03.355Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Ext.ux.grid.plugin.StatefulCheckboxColumn
==Defines a grid plugin that injects a checkbox column in the
grid and handle the selection of the items through checkbox
selection. It also adds 'itemscheckedchange' event to the grid.This class uses a Ext.state.Provider to mantain the currently
selected items after page loads or paging.Example
-------
A working example showing this plugin in action can be found under
the test/ directory. In order to make it work you need to change the
extjs framework path so that it point where your local copy of it resides.
Modify the following two lines inside the test/example.html file
and the following line inside test/paging.js file
Ext.Loader.setPath('Ext.ux', '/lib/extjs/examples/ux/');