Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 650 Bytes

MBTableGrid

An NSControl subclass which provides a spreadsheet-style table grid, forked 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

##Working on:

  • Resizable columns and rows
  • Delegate events when drag handle is used
  • Locking columns/rows/cells
  • and more...

##Screenshots: alt tag

Contributions very welcome.