From cd4f675d4b1fe96bfc127698004e5012b8808c27 Mon Sep 17 00:00:00 2001 From: Andrey Socbehnyuk Date: Wed, 5 Oct 2022 15:23:14 +0000 Subject: [PATCH] hot fix Example --- src/ReactTabulatorExample.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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={{