Greg Solomon
Greg Solomon
It looks like this is a limitation of pinned rows, and doesn't appear to be fixed in the current release. Worth attempting to come up with our own workaround? Or...
Sounds good- after looking at this a little more, it does seem to be a documented limitation: **[Clipboard](https://www.ag-grid.com/javascript-data-grid/clipboard/)** "When [Row Selection](https://www.ag-grid.com/javascript-data-grid/row-selection/) is enabled by setting gridOptions.rowSelection to either "single" or...
AG-Grid feature request: https://www.ag-grid.com/pipeline/?searchQuery=AG-2339 Potential intermediate approaches: - Use range selection to copy the pinned row which is currently supported - Take control of the clipboard and implement logic to...
HoistReact PR: https://github.com/xh/hoist-react/pull/3602 HoistCore PR: https://github.com/xh/hoist-core/pull/338 Toolbox PR: https://github.com/xh/toolbox/pull/704
Reopening since `maxFiles` is not a valid prop in the version of `react-dropzone` we are currently using. Requires a breaking change upgrade to the latest version of `react-dropzone`.
> Hi @ghsolomon -- Can you update this to version 1.4.4 and ensure bugs are fixed and everything in order? Would like to merge and close this out after today's...
> @ghsolomon -- looks like the linked ticket now describes a simple workaround that would let us move forward to the latest version -- can you take a look? Nice!...
I agree with @TomTirapani but also see a couple other `Grid` types that are essentially aliases for `FunctionComponent`: - `GroupRowRenderer` - `ColumnHeaderNameFn` It seems like maybe all of these should...
Just encountered this myself when trying to apply filters to a grid with exclusively added records (always starts from an empty state in my case). Was able to work around...
This came up again today in a client-app. That app was loading several "uncommitted" records by calling `Store.addRecords` in order to enable validation, since our `RecordValidators` only run on uncommitted...