react-bootstrap-table/react-bootstrap-table2

[Feature request] State saving incase of page reload

Open

#52 aberto em 7 de set. de 2017

Ver no GitHub
 (5 comments) (6 reactions) (0 assignees)JavaScript (415 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (1.249 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Example

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.

Guia do colaborador