I'm new to React and am using the Table component from react-bootstrap.
I want to sort my table in ascending order of the 'Days Till Expiry' column.
But the Table component doesn't have a sorting property, does anyone know how I could do this?
I would recommend using react-bootstrap-table then use these examples