handsontable / hot-table

Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
http://handsontable.github.io/hot-table/
MIT License
130 stars 36 forks source link

How can I handle these kind of behaviours? #15

Open gabrielaraujof opened 8 years ago

gabrielaraujof commented 8 years ago

I was wondering if there is any way to natively handle a cell which had its value deleted, or a value added when the cell was empty before action. Somewhat like an afterDelete() and afterFill(). I know these could be handled by the afterChange() event, although it might not be optimal performance-wise, since I would have to check each cell affected for which kind of change just happened.