What is this number under the tables? Is there anyway to get rid of it? It’s very large and doesn’t do anything in my app
Looks like pagination, useful once you start to get a lot of records.
@mellerbeck is right,
this is pagination to ensure data loads quickly. You can expand the number of displayed rows to be larger than the number of rows in your table and it will remove the need for pagination, but won’t completely remove that text, just the need for users to interact with it.
I will write a request to make this toggle-able.
Pete
Thanks! I’m currently hiding it under a box, but my list length is static. I could also see the pagination being dynamic so you only see it if there are two or more pages
Hi @Gary , you can also change the pagination font size on a table, which you may find useful to make it less apparent