``` const defaultSorted = [ { dataField: #'field1', order: 'asc' }, { dataField: 'field2', order: 'asc' }]; ``` the 'field2' column is not ordered #