6

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?

Ultimate Fire
  • 281
  • 4
  • 8

1 Answers1

-2

check this documentation again.

https://react-table.tanstack.com/docs/api/useAbsoluteLayout

results of these 3 layout hooks will different on style.

Songgen
  • 57
  • 1
  • 5