Setting: new records appear at top/bottom, for ordered models

Please add a setting for models where records can be reordered:

  • New records are added at position 0
  • New records are added in last position

Neither the “push” nor “unshift” approach to an ordered list should be preferred – each is equally valid depending on use case.

I am currently creating records then editing the order to put the new record at the front.