react-pivot icon indicating copy to clipboard operation
react-pivot copied to clipboard

Row Selection and Cell editors

Open cliren opened this issue 9 years ago • 2 comments

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?

cliren avatar Apr 30 '15 19:04 cliren

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?).

davidguttman avatar May 04 '15 17:05 davidguttman

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 ...

pdfowler avatar Jul 27 '17 19:07 pdfowler