komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
769 stars 56 forks source link

Add cell oldValue info to build-in cell editing actions #412

Closed komarovalexander closed 4 months ago

komarovalexander commented 4 months ago

oldValue has been added to UpdateEditorValue & UpdateCellValue actions and updateEditorValue & updateCellValue action creators

411