reactgrid icon indicating copy to clipboard operation
reactgrid copied to clipboard

feat: event emit and handle logic

Open Michota opened this issue 1 year ago • 0 comments

  • Create types for most events that occur inside ReactGrid (e.g. ReactGridEvents)
  • Create props for ReactGrid component (e.g. onSelectionChange,onFocusChange, and more.)
  • Create function to emit events emitEvent()
  • Emit events on store updates (for this current moment there are only two events emitted, handled by props mentioned above).

Michota avatar Feb 12 '24 16:02 Michota