react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

Core features request

Open Wroud opened this issue 3 years ago • 5 comments

Use case

In our product we need to have the ability to customize Cell rendering (https://github.com/adazzle/react-data-grid/issues/2799) for:

  1. additional props on the cell root element
  2. pass context to formatters
  3. customize event handlers
  4. modify props (for example isCellSelected)

Disable selection for specified columns/cells (https://github.com/adazzle/react-data-grid/issues/1859):

  1. In our product we have the index column, the user can't edit it or anything else. We don't want to select these cells

Select the cell on the mouse down

  1. it's the default behavior in many tables
  2. prevent focus stealing in cases like cell component rerendering (in our case it leads to scrolling to a selected cell for no reason (if the cell is outside visible boundaries))

IsScrolling property for components

  1. In our product we can simplify component rendering while scrolling to improve performance

onSelectCellChange

  1. In our product we need to sync selection with a table (also we want to have the ability to manually manipulate selection)

Wroud avatar Jun 23 '22 07:06 Wroud

@nstepien Hi! Please, can you give any feedback for this PR?

Wroud avatar Sep 29 '22 14:09 Wroud

@nstepien hi, I've updated pull requests, may you take a look please?

Wroud avatar Apr 17 '23 11:04 Wroud

I've updated the pull requests, may you take a look? We are using this library in production and we want to migrate to the latest version. It will be cool to have this features as a part of the react-data-grid.

Wroud avatar Jun 27 '23 09:06 Wroud

I would be very interested in this too. Is there still an interest by @Wroud too and/or maintainers? Thanks!

flipvh avatar Feb 10 '24 20:02 flipvh