We should be able to set an array to sort a table with two columns ```js defaultSorting: [ { key: 'status', mode: 'asc' }, { key: 'name', mode: 'desc' } ] ```