ScottTyson
Results
2
comments of
ScottTyson
I use this design pattern and it seems to work reliably: const MyFuncComp = () => { const tableRef = React.useRef(null); (tableRef.current = r.current)} /> } However, the following does...
For what it's worth, the above design pattern works using: "react-tabulator": "^0.18.1", "tabulator-tables": "^5.5.1", HOWEVER, I am getting console errors related to getComponent() calls. I just updated to using: "react-tabulator":...