How to use data collections with Feathers UI
A number of collection types are available to display data in Feathers UI components. These collections usually wrap more primitive Haxe data types and provide convenient new capabilities, such as filtering, sorting, and dispatching events when modified.
Flat collections
A number of UI components may render a simple "flat" list of items.
Feathers UI provides the following implementations of a flat collection type.
ArrayCollection
is based on the primitive HaxeArray
type.
Hierarchical collections
Some UI components may render a "hierarchical" tree of items.
Feathers UI provides the following implementations of a hierarchical collection type.