How to memoize flexRender?
I want to prevent cells from rerendering when cell props does not change. I think problem is in flexRender function, but can not find way to memoize it.
I added memo to custom cell input, useMemo to columns.
I added memo to custom cell input, useMemo to columns.