How can I use material-ui date picker, instead of the default one

Tags: #<Tag:0x00007f8b1ae54078>

Is it possible to create a custom renderer that uses material ui date picker as that is what I am using in my project.

Hi @magneticdigital1

date-picker sounds more like a custom editor than a renderer. Here’s a full tutorial over the editor methods https://handsontable.com/docs/8.3.2/tutorial-cell-editor.html and here is a basic demo https://jsfiddle.net/1nrb5was/

Also here https://github.com/handsontable/handsontable/blob/8b6e9c404ac0aa4fb211a6bedbd68b7fbd81c658/src/editors/dateEditor/dateEditor.js is the code of our date editor which you might find helpful while building your own solution.