core icon indicating copy to clipboard operation
core copied to clipboard

Hypergrid React Component

Open Dwaynekj opened this issue 8 years ago • 8 comments

Dwaynekj avatar Sep 22 '16 18:09 Dwaynekj

What is the status on this? Is there a set of requirements available? I have written a small wrapper component for internal use, but if clear on what direction to go I wouldn't mind working on a more generic component.

ndrsn avatar Nov 03 '16 17:11 ndrsn

@ndrsn Thank for the interest. We have plans to reassess this later near the end of the year. We are moving alot of things in the core of the grid, so it won't be wise to tackle this feature as of yet. I'll remove the on-hold status when we are ready

Dwaynekj avatar Nov 03 '16 17:11 Dwaynekj

@ndrsn Just an update that we haven't forgotten about React support. Our current focus has been on updating documentation to encourage more contributors. In the interim we are open to any exploration you can offer

Dwaynekj avatar Feb 06 '17 16:02 Dwaynekj

Question: Could we add custom react components for custom cell rendering where grid is already inside a react container

aqumus avatar Mar 24 '17 15:03 aqumus

Do you mean a custom cell render react component?

Dwaynekj avatar Mar 24 '17 17:03 Dwaynekj

Yes, could we provide custom template for cell where the template wud be a react element.

aqumus avatar Mar 24 '17 20:03 aqumus

How could we acheive rendering of react component in a particular cell ? or define a cell renderer (which renders a React component) for a particular column?

aqumus avatar Mar 26 '17 18:03 aqumus

Sorry, I might have spoken to soon the last time. React would be a good use case for a cell editor which are DOM based.

Cell renderers use canvas and are painted anytime any cell with that renderer is visible and renderer.paintCells is called. I do not believe React will be effective for making canvas based components, please correct if I'm wrong.

Dwaynekj avatar Mar 27 '17 19:03 Dwaynekj