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
In the case where multiple grids were initialized, certain actions caused the columns prop to be mutated in place. This issue has been fixed by ensuring the right column prop is passed to sub components.
This release merges issue #72, now allowing grid to retrieve/update state as an immutable object. Not a breaking change, and should not alter how grid works for environments where state is a keyed object.
The first object will contain contextual information that will differ depending on the event, and the second argument will be the browser event, if available. Released as a major because of breaking changes.
As well as perf optimizations for larger data sets, introducing the createFromKey prop on the Column definition. Full documentation for this prop can be found here.