jslewis / sctable

A table view for Sproutcore. Click the link below to try it in your browser.
http://jslewis.github.com/sctable-demo/index.html
Other
16 stars 8 forks source link

Overview

This is a table view for Sproutcore.

Design Goals:

Current Limitations:

Dependencies

Demo App

Check out a demo app project here http://www.github.com/jslewis/sctable-demo. And a build you can play with here http://jslewis.github.com/sctable-demo/index.html.

How to Use

The main view provided by this project is SCTable.TableView (in views/table.js).

The table view header subclasses SC.CollectionView, and the table body subclasses SC.ListView, so both your content and columns array controllers can have full collection view delegate power if you wish to implement it.