Closed roblotter closed 2 years ago
It's just been implemented.
In column cells, you can use hooks now, and also use useInfiniteColumnCell
hook to retrieve the params of the column.render
function.
In header cells, you can use hooks now, and also use useInfiniteHeaderCell
hook to retrieve the params of the column.header
function.
We should allow using hooks inside those functions.