Features/TableView Widget: Difference between revisions

No edit summary
Line 20: Line 20:
== Detailed Description ==
== Detailed Description ==


Feature introduced two new classes - SmartTable and TableView.
Feature introduced two new classes - SmoothTable and TableView.


=== SmartTable class ===
=== SmoothTable class ===


Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmartTable while creation) and while scrolling(per line, not per row) class shifts these widgets.
Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmartTable while creation) and while scrolling(per line, not per row) class shifts these widgets.