Ferreteria/v0.6/clade/IO/O/Data/Element/Branch/grid/Row
Jump to navigation
Jump to search
| ||||||||||||||||||||||||
About
- TODO:
Pages
History
- 2024-08-13 renamed:
- FromVals() -> FromPairs()
- WithVals() -> WithPairs()
- 2024-09-01 added DiagTrait
- 2024-10-17 moving things around, but I need to see who is using this and how before fixing all the namespace stuff.
- 2024-10-18 moved from ..\Table -> ..\grid
- 2024-10-20 moved from [WF]IO\O\Screen\Layout\Element\grid -> [WF]IO\O\Layout\tree\branch\grid
- 2024-10-21 moved from [WF]IO\O\Layout\tree\branch\grid -> [WF]IO\O\Layout\Element\Branch\grid
- 2024-10-25 renamed *FromPairs()/*WithPairs() -> *FromData()/*WithData(), because "Pairs" now
- makes me think of Pair objects -- and it's just keys and values in an array, no objects.
- 2026-05-15 Removed on-creation
Table-dependency by switching the order of arguments in theFrom*()fake-constructors and making the$oTblargument optional.