Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid selection is refreshed on clearing filter #738

Open
addulaajayreddy opened this issue Sep 24, 2020 · 0 comments
Open

Grid selection is refreshed on clearing filter #738

addulaajayreddy opened this issue Sep 24, 2020 · 0 comments

Comments

@addulaajayreddy
Copy link

#672 Issue Details

Type of Issue (check one with "X")

[ 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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant