1. Add the `exported` column to [this array](https://github.com/Expensify/App/blob/17020e7a3771d65ccc9dee6ea989c89e2f1f99e3/src/components/SelectionListWithSections/SearchTableHeader.tsx#L132) 2. Add the `exported` column to [this function](https://github.com/Expensify/App/blob/61994ad151d78adaa219a6b3a32dcdf7ef81945b/src/libs/SearchUIUtils.ts#L2385), with default to `false` 5. Add a `DateCell` [here](https://github.com/Expensify/App/blob/17020e7a3771d65ccc9dee6ea989c89e2f1f99e3/src/components/SelectionListWithSections/Search/ExpenseReportListItemRow.tsx#L130) (follow the order [here](?tab=t.0#bookmark=id.6q074a6ebjnm)) 6. Add automated tests [here](https://github.com/Expensify/App/blob/61994ad151d78adaa219a6b3a32dcdf7ef81945b/tests/unit/Search/SearchUIUtilsTest.ts#L2627) Parent issue: https://github.com/Expensify/Expensify/issues/566674
exportedcolumn to this arrayexportedcolumn to this function, with default tofalseDateCellhere (follow the order here)Parent issue: https://github.com/Expensify/Expensify/issues/566674