react-bootstrap-table/react-bootstrap-table2

[Feature request] State saving incase of page reload

Offen

#52 geöffnet am 07.09.2017

 (5 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)JavaScript (415 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (1.249 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide