datagrid icon indicating copy to clipboard operation
datagrid copied to clipboard

Missing feature in grid | $grid->setRememberState(true);

Open lukasojd opened this issue 7 years ago • 1 comments
trafficstars

Hi,

i want save state grid to session

This is $grid->setRememberState(true); command for other grid o5/grido. Where i used on my project.

People is on page 5. He click on the link. He want return back. Ups Page 1, sort default ...

I solve problem in my own code. Without update grid. Under my opinion, the grid should be able to store session state.

Do you can create pull request?

PS: ( sorry for my bad english )

lukasojd avatar Apr 22 '18 08:04 lukasojd

Session is bad place for state storage. It's much better to store the state in URL.

JanTvrdik avatar Apr 22 '18 08:04 JanTvrdik