UseTable does not call Connection endpoint for count
I did a quick tutorial where I had a single book page with Refine and Ant. I defined the resources in the App component and provided a graphql dataprovider.
Both filtering and paging worked out of the box.
I am trying to move this simple table to a Refine - Next js - Ant project.
I had to provide the resource to the table to make the querying working and I can't seem to figure out how to make the paging magic work.
Do I need to explicit call bookListConnection endpoint?
Both filtering and paging worked out of the box.
I am trying to move this simple table to a Refine - Next js - Ant project.
I had to provide the resource to the table to make the querying working and I can't seem to figure out how to make the paging magic work.
Do I need to explicit call bookListConnection endpoint?
