react-bootstrap-table/react-bootstrap-table2
[Feature request] State saving incase of page reload
开放
#52 创建于 2017年9月7日
good first issuehelp wanted
仓库指标
- 星标
- (1,249 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Hi @AllenFang, I think having a state saving feature that saves table's current page, sort column and sort direction would be a great feature for react-bootstrap-table2.
It makes use of localStorage or sessionStorage for it. If these are not supported, browser cookies can be used in worst case.
Let me know your thoughts. Thanks.