What I want to achieve When displaying the results of an SQL query in a notebook, etc., I want to be able to see 1000 lines or more ahead. 2. What is troubling There was a request from within the company to display 1000 lines or more ahead when the SQL query results were displayed. 3. When the SQL query results are displayed, up to 500 lines or 1000 lines are displayed, and I want to display twice as many results as there are more than that with pagination. As an image, it is assumed to look like a BigQuery query result. 4. SQL query results for notebooks, etc. 5. Support for setting page numbers with codatum dynamic parameters, pasting BigQuery links, etc.