'How to create cell editing with react-table

I want to create cell editing for specific column with react-table and cell validation but I don't find example of that.

This is the react-table cell editing but I want to have a button validator for the data https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/editable-data?file=/src/App.js:747-759



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source