Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
V1Alpha, V1Beta, v1m1, 1.0, 1.0.1, 1.0.2, V.Next
-
None
-
None
-
All
Description
DataGridState is currently persisted in the request scope (JSPContext). If the state is not explicitly passed from request to request then the state is lost.
There are a few existing mechanisms to accomplish persistence of the state past the request but they all require extra coding to implement custom a DataGridConfig use it.
Providing a tag based mechanism for specifying the scope of the DataGridState would improve usability.