<sort-editor> component documentation

Allows user to modify sort order.

Demo


  <sort-editor sortable-keys="form gloss"></sort-editor>

  <sort-editor sortable-keys="transcription translation"></sort-editor>

Events

sort-edited

Emitted any time any control which affects the configuration of the component is changed.

Resources

The <sort-editor> serves to define a “collator” for sorting arrays.

For information on the implementation of collation in Javascript, see: