You should be able to remove `pages` from the results table
See original GitHub issueDescription: What is it?
You should be able to have an option to remove the pages from the results table and just have everything appear in a giant table that you can scroll through.
Problem: What problem does this solve?
A lot of times helpful to just look at all rows at once scrolling up / down and get rough idea of row count returned when sorting but not that easy to see when paging and no row number
(Optional) Why: How do we know this is a real problem and worth solving?
Success: How will we know if we’ve solved this problem?
You’re able to un-page your results table
Audience: Who are we building this for?
Mostly data builders - people building charts and looking over their results tables.
What: Roughly, what does this look like in the product?
A toggle at the bottom where the pages are. Something that says show results on one page
maybe?
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
How to delete a page in Word after a table (HD 2020) - YouTube
Enroll in my Microsoft Word Master Course and become a PRO: https://learnmsword.com/youtube-special/ You are asking yourself how to delete ...
Read more >Insert or delete a page break - Microsoft Support
Use page breaks to control where a page ends and where a new page begins. ... Under Pagination, choose the option that works...
Read more >How to Delete a Page in Word - PDF converter
Before you start removing the page you should figure out why the blank page is ... right after the table and you won't...
Read more >Office Q&A: How to remove page numbers from a table of ...
The References tab doesn't allow you to remove page numbering from a specific level. Inserting the TOC field code will have similar results....
Read more >How to Delete a Page in Google Docs - groovyPost
Click on View and then click on Show Print Layout to uncheck it. · You'll now be able to see each page break...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@PriPatel
ya! don’t really mind - tbh I didn’t notice the difference
pagination
sounds a bit weird 😅 what aboutshow all results
?^We need this input for running the SQL query. We limit the number of rows returned by the query using this value.
If we don’t have this, and you run a query on a table that’s say 1 billion rows, the load time in Lightdash would be insaaaaane.
@PriPatel
per table
No we already have all the results in the FE.
Both are possible, so we can go with whatever you think is best. imo is better to have a fixed height so all the page buttons can easily accessed.
In theory no ( we might need a hard limit for performance or cost reasons 🤔 )
No. Like I mentioned before the FE already has all the results in memory. This might change in the future.