-
**Description**
Add CSS selectors that will help users style their visual elements. This documentation section could be generated with Taipy.
For example, navbar:
```css
.taipy-navbar .MuiButton…
-
Currently all releases are loaded in one batch, which makes the initialization pretty slow.
I want to be able to paginate the results (infinity scroll would be fancier), making the first batch smal…
-
I've copied code from the examples to play around with Stipple, and found the following behaviour.
When I use a model field for the DataTablePagination object that is simply named "pagination", the…
-
Add local Pagination to Table of thing's data
-
Add pagination to all tables after x records (10? 20?)
-
Can be extremely slow (seconds on UI changes) when loaded with lots of issues (and thousands of rows).
-
The Magma /retrieve endpoint can stream data in TSV format; in order to do this Magma computes page bounds with one SQL query, then queries for records within those bounds with another SQL query. The …
graft updated
6 years ago
-
### Describe the bug
Hello, when i try to make a request to users endpoint with pagination parameters they get ignored.
I always get all the records.
### Steps to reproduce the behavior
GET …
-
I am exporting a table with several pages, but it exports only the page 1 that is visible, the others do not export together, how can I proceed?
-
### 🔖 Feature description
It would be awesome to have a paginated TechDocs index much like the one for the Catalog. If there is an existing issue for this feel free to share that, noting came up in m…