Is there a way to split a cell in a Material UI table?I am aware that I can create a component to achieve this, but I'm wondering if there is another approach that I may not be aware of. Splitting a cell means having two values separated by a line within the same cell, as shown here: https://i.stack.imgur.com/pTG2e.png
Each cell contains two values separated by a line. Is there an option or recommended method to accomplish this in a Material UI table?