useTable example with Spring Boot
Can you provide a simple example of a Spring Boot API endpoint method that would be used with the useTable hook? Specifically, how should the method properly handle pagination so the client is only getting data for the current page?
