Skip to content

An NSControl subclass which provides a spreadsheet-style table grid

Notifications You must be signed in to change notification settings

pixelspark/mbtablegrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBTableGrid

An NSControl subclass which provides a spreadsheet-style table grid, forked (originally) from mattball/mbtablegrid.

Current abilities

  • Display very large numbers of rows/columns with good performance
  • Custom background colour per cell
  • Display grab handle in corner of selection
  • Extend selection with shift key
  • Autoscroll
  • Drag to re-arrange rows or columns
  • Clickable sort indicators
  • NEW Dark Mode compatible
  • NEW Show/hide the header and footer views
  • NEW Find/Replace via the standard Cocoa Find bar
  • NEW Scroll-under vibrancy effects with neighboring NSVisualEffectViews

Requirements

  • macOS 10.10 (Yosemite) or later

Screenshots

alt tag

Contributors

Contributions are very welcome. I will merge contributions provided that contributors agree to release their contributions under the license below.

License

Original code:
Copyright (c) 2008 Matthew Ball - http://www.mattballdesign.com
Portions are copyright (c) 2008 contributors listed above.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

About

An NSControl subclass which provides a spreadsheet-style table grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%