How to sort react-bootstrap Table component

14,646

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

Share:
14,646
tnoel999888
Author by

tnoel999888

Recent Computing graduate from Imperial College London with Upper Second Class Honors (2:1)

Updated on June 25, 2022

Comments

  • tnoel999888
    tnoel999888 almost 2 years

    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?