ag-grid-enterprise icon indicating copy to clipboard operation
ag-grid-enterprise copied to clipboard

rememberGroupStateWhenNewData not working with master/detail

Open SDSLeon opened this issue 5 years ago • 4 comments

Current behavior group close after new data fetched with rememberGroupStateWhenNewData=true, when masterDetail set to true

Expected behavior group save open state after new data fetched with rememberGroupStateWhenNewData=true, when masterDetail set to true

Minimal reproduction of the problem with instructions https://next.plnkr.co/edit/MtxUUnNN8ugYxu1W

Please tell us about your environment: WINDOWS 10, CHROME 76, React

  • ag-Grid-Enterprise version: 2.0.X 21.1.1

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] all

  • Language: [all | TypeScript X.X | ES6/7 | ES5] all

SDSLeon avatar Aug 16 '19 17:08 SDSLeon

I'm seeing the same behavior. Have you found any work-around?

oakstreetrec avatar Dec 17 '19 15:12 oakstreetrec

no

SDSLeon avatar Dec 17 '19 15:12 SDSLeon

Is there any update on this fix yet?

ghost avatar Jan 09 '20 16:01 ghost

FWIW, i was looking for this feature (rememberGroupStateWhenNewData) and had to find it in the source code after stepping through the clientSideRowModel.js and seeing it referenced.

The current ag-grid home page documentation search form shows the setting as a gridOptions, but when you go the page, it's not there in the content.

we're using the vue port if that helps. Also, it works for us, at version 23.2 (we have an enterprise license)

bdbusch avatar Sep 09 '20 21:09 bdbusch