public
Description: NSTableView For The Web
Homepage:
Clone URL: git://github.com/joannou/nstableviewftw.git
Click here to lend your support to: nstableviewftw and make a donation at www.pledgie.com !
nstableviewftw / Info.txt
100644 14 lines (12 sloc) 0.577 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Features
- iTunes' NSTableView* style
- Auto column widths (average width of column cell contents, but not less than column header cell content width)
- Cell content overflow truncation with tail ellipsis
- Scrolling with vertically fixed and horizontally scrolled column headers
- Compatible with the latest versions of Safari (of course) and Firefox
 
* Strictly speaking, iTunes isn't a Cocoa app, and thus doesn't use NSTableViews.
 
To Dos
- Column resizing (Move to Features when done)
- Column sorting
- Test table layout combinations
- Compatibility with "other" browsers