fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

Hypergrid React Component #343

Open Dwaynekj opened 8 years ago

ndrsn commented 8 years ago

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.

Dwaynekj commented 8 years ago

@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 commented 7 years ago

@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

aqumus commented 7 years ago

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

Dwaynekj commented 7 years ago

Do you mean a custom cell render react component?

aqumus commented 7 years ago

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

aqumus commented 7 years ago

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?

Dwaynekj commented 7 years ago

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.