Skip to content

mooyah/Grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//
// MooGrid - A Mootools-based grid component
// 
// MIT-style license. Copyright 2010 Matt V. Murphy | bW11cnBoMjExQGdtYWlsLmNvbQ==
// MooGrid requires Mootools 1.3 and Mootools 1.3 More (Class.Binds, Element.Delegation)
//
//////////////////////////////////////////////////////////////////////////
// Links:
//
// - Demo: http://www.matts411.com/post/moogrid/
// - GitHub: http://github.com/mmurph211/Grid
//
//////////////////////////////////////////////////////////////////////////
// Features:
//
// - Cross browser compatible (Internet Explorer, FireFox, Chrome, Safari)
// - JSON, XML remote and inline loading supported
// - Fixed header, footer, columns
// - Column resizing
// - Grid resizing
// - Row selection (singular and multi-select)
// - Multiple grids per page supported
// 
//////////////////////////////////////////////////////////////////////////
// Future Features and TODO:
//
// - Documentation
// - Double click column header to auto fit content
// - Relative column widths
// - Graceful degradation
// - Keyboard shortcut options for row selection
// - Zebra row support in older browsers. In newer browsers try:
//     .mgBR:nth-child(odd) { background-color : [color]; }
// - More...
//

About

MooGrid. A Mootools based Grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published