diff --git a/src/ReactTabulatorExample.tsx b/src/ReactTabulatorExample.tsx index cae1c77..8d1455f 100644 --- a/src/ReactTabulatorExample.tsx +++ b/src/ReactTabulatorExample.tsx @@ -135,7 +135,7 @@ export default () => { }; return ( (ref = r)} + onRef={(r) => (ref.current = r.current)} columns={columns} options={options} events={{ @@ -163,7 +163,7 @@ export default () => { return (
(ref = ref)} + onRef={(ref) => (ref.current = ref.current)} columns={columns} data={data} events={{