arengibook 2.0.17-table → 2.0.18-table
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48343,6 +48343,7 @@ var Table = function Table(_ref1) {
|
|
|
48343
48343
|
}
|
|
48344
48344
|
}, [editable, rowEdit, textEditor, dateEditor, selectEditor, selectMultipleEditor, numericEditor, documentEditor, deviseEditor, treeSelectEditor]);
|
|
48345
48345
|
var onCellEditComplete = useCallback(function (e) {
|
|
48346
|
+
console.log('là');
|
|
48346
48347
|
var rowData = e.rowData,
|
|
48347
48348
|
newRowData = e.newRowData,
|
|
48348
48349
|
field = e.field;
|