datagrid
datagrid copied to clipboard
Missing feature in grid | $grid->setRememberState(true);
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 )
Session is bad place for state storage. It's much better to store the state in URL.