sjohnsonaz / BuildJS-Full

A simple utility for class definition, inheritance, dynamic loading, MVVM, Widgets, and backend MVC.
http://buildjs.com
0 stars 0 forks source link

Create Grid Widget. #25

Open sjohnsonaz opened 10 years ago

sjohnsonaz commented 10 years ago

This widget should wrap a Table, and add significant extra functionality. Some of the more advanced features can be added in later releases.

sjohnsonaz commented 10 years ago

Created basic Grid implementation. Most features still remain unimplemented.

sjohnsonaz commented 10 years ago

Grid now inherits from Widget and contains a Table.