reactjshtml-tablereact-bootstrapreact-bootstrap-table

How to sort react-bootstrap Table component


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. My React App

But the Table component doesn't have a sorting property, does anyone know how I could do this?


Solution

  • I would recommend using react-bootstrap-table then use these examples