what is difference between useBlockLayout vs useAbsoluteLayout in react table?

Viewed 870

I am using react-table. I'd like to know the difference between useBlockLayout, useAbsoluteLayout and useFlexLayout. And what case can use these hooks in?

1 Answers
Related