Posted 9 August 2023, 5:38 am EST
Hello Community,
I’m working on a project where I’m using SpreadJS with React, specifically the SpreadJS Designer component. I have a requirement to integrate a custom reusable dropdown component as a cell dropdown for a specific column in SpreadJS. While I’ve tried various approaches, I’m facing challenges in achieving this seamlessly.
Has anyone successfully integrated a custom React dropdown component within a specific column in SpreadJS Designer? If so, could you provide a working example? If possible, testing it in a code interpreter or sandbox environment would be beneficial.
Any guidance or reference would be greatly appreciated. Thank you in advance!
Note: I know that SpreadJS provide a way to use cell dropdown(https://www.grapecity.com/spreadjs/demos/features/cells/drop-downs/list/react) but my requirement is to use a prebuilt dropdown react component as a cells dropdown for specific column or columns.
