You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X ] Bug Report => Please search GitHub for a similar issue or PR before submitting
[ ] Feature Request => Please ensure feature is not already in progress
[ ] Support Request => Please do not submit support requests here, instead see: https://discourse.oss.antheminc.com/
Current Behavior
Grid selection getting refreshed on clearing filter
Expected Behavior
Grid selection to be retained on clearing filter
How to Reproduce the Issue
Steps to Reproduce
Enable row select and click on select button then apply a filter and clear the filter selection is cleared
#672 Issue Details
Type of Issue (check one with "X")
Current Behavior
Grid selection getting refreshed on clearing filter
Expected Behavior
Grid selection to be retained on clearing filter
How to Reproduce the Issue
Steps to Reproduce
Enable row select and click on select button then apply a filter and clear the filter selection is cleared
Code Snippet
@Path(linked = false) @Grid(retainGridState = true, onLoad = true, headerCheckboxToggleAllPages = true, expandableRows = true, pageSize = "12", rowSelection = true, pagination = true, postButtonUri = "/button", postButton = true, postButtonTargetPath = "temp_ids", postButtonLabel = "Submit") @Label("Grid") private List<GridLineItem> lineItemDetails;
Environment Details
Nimbus Version:
1.3.1.M15
Browser:
chrome
The text was updated successfully, but these errors were encountered: