Seeking clarification on the sort([field],[direction],[mode])
method in Ext JS 6.2.0. Can someone explain the distinction between append
, prepend
, replace
, and multi
as mentioned in the documentation available at this link? I am unable to find a clear explanation of these differences in the documentation provided.
mode : "append" / "prepend" / "replace" / "multi" (optional)