Filtering

Filtering is one of the key functions of eleFront, and we have added some new features as well as a new component.

New Component: Sort by Key

This component will sort through an input tree, for a given key, and then will group together all the items that share the same User Value for the specified Key, into the same branch. Those branches will also be ordered alphabetically by the value:

The component has a variable number of inputs, so you can sort by multiple keys, while nesting the results:

Last updated