Context
In the original MVP designs for the Mismatch Finder's table in the results page, the 'External source' column is placed right after the 'Value on external source' column. This order is convenient, as it allows users to logically relate the value to its source.
Problem
In the implemented table layout, the 'Status' column interrupts the reading order/relationship between the 'Value on external source' and 'External source'. These two columns should be annexed, as specified in the designs.
| Designs | Production |
Solution
Reorganize the column order of the Mismatch Finder's results table and place the 'External source' right after the 'Value on external source' column.
Acceptance criteria
- The 'External source' column is placed after the 'Value on external source' and before the 'Status' column

