How to sort react-bootstrap Table component

tnoel999888 picture tnoel999888 · Apr 9, 2018 · Viewed 11.2k times · Source

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?

Answer

Paul McLoughlin picture Paul McLoughlin · Apr 9, 2018

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

Update: There is a newer version of this package now: react-bootstrap-table.github.io