When I open a table to view all records, at the bottom it says "Record 1 or 302+".
I have to go to the last record to load all records.
I have Paginal Mode disabled.
I have initial page size = 50,000.
Why don't I see all the records as soon as I open the table, and how can I make it so I do?
Running MySQL on Ubuntu, version 5.1.63
Thanks
302+ Records
Re: 302+ Records
Please press Ctrl+End when focus in the grid to get all records.
Did it help?
Did it help?
-
- Posts: 29
- Joined: Wed 17 Oct 2012 08:49
Re: 302+ Records
Hello,
you can increase the number of retrieved items in the Options page, under DataEditor -> General. If you enable Paginal mode and specify, for example, 100000 records, this number of records will at least be fetched.
The only drawback is that it can take time to fetch all this records.
Patrick
you can increase the number of retrieved items in the Options page, under DataEditor -> General. If you enable Paginal mode and specify, for example, 100000 records, this number of records will at least be fetched.
The only drawback is that it can take time to fetch all this records.
Patrick