Hi,
I am trying to use slickgrid universal for my React with javascript component.
I am having a hard time, either adding time to the grid inline or by using composite editor.
With composite editor I get the error "compositeEditorInstance?.openDetails is not a function"
With inline adding of item, I get the error that "gridService" is not defined in the Slicker.GridBundle instance.
Is it that slickgrid is not designed to be used with javascript function based react components? Do we have to use typescript to be able to use slickgrid properly?
Can someone provide sample code in which there is a react with javascript component that uses slickgrid to Add, edit and display data?
Thanks in advance.