foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

Port TableViews to U2 #525

Closed bshepherdson closed 8 years ago

bshepherdson commented 8 years ago

Implements #512 .

This scraps the classic, row-scrolling TableView. These new models are based on the old foam.ui.(md.)FlexTableView, which use the ScrollView for native smooth scrolling, and allow adjusting columns.

Both the inheritance/composition graph and the code is simpler than the previous versions.

bshepherdson commented 8 years ago

All addressed. It's now called columnProperties_, which is a bit more specific.