Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Row Selection and Cell editors #8

Open
cliren opened this issue Apr 30, 2015 · 2 comments
Open

Row Selection and Cell editors #8

cliren opened this issue Apr 30, 2015 · 2 comments

Comments

@cliren
Copy link

cliren commented Apr 30, 2015

I like this grid but I need to support editing either inline or upon row selection with a master-detail style view. How easy it is to extend to add checbox column to select rows?

@davidguttman
Copy link
Owner

Editing data would be a really cool feature!

Right now a couple issues come to mind though. In most setups a good percentage of the rows will be "summary" rows that don't quite map to editable data (e.g. editing a row in the default view of http://davidguttman.github.io/react-pivot/ is tricky -- what does it mean to edit the "Count", "Amount" or "Avg Amount" for any of those rows?).

@pdfowler
Copy link

Are there any ways to hook in an onClick handler to cells? This seems like a heavily customizable library, if an onClick could be setup, it would allow the user to code whatever they wanted to do in their specific use case. This assumes the data would refresh when changed ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants