【问题标题】:How to sort react-bootstrap Table component如何对 react-bootstrap Table 组件进行排序 【发布时间】:2018-09-19 00:11:11 【问题描述】: 我是 React 新手,正在使用来自 react-bootstrap 的 Table 组件。 我想按“到期天数”列的升序对表格进行排序。 但是 Table 组件没有排序属性,有人知道我该怎么做吗? 【问题讨论】: 标签: reactjs html-table react-bootstrap react-bootstrap-table 【解决方案1】: 我建议使用react-bootstrap-table 然后使用这些examples 【讨论】: