My database contains an array of objects with a 'sex' property that is either 1 for male or 2 for female. How can I use the el-table library to convert these values to display as 'male' and 'female'?
I am unfamiliar with this library and attempted various approaches, such as using v-if within el-table-column, but have been unsuccessful so far.