elchicodepython / elchicodepython/python-nocodb
Create automatic pagination feature
Abierto
enhancement
good first issue
- Lenguaje dominante
- Python
- Estrellas
- 78
- Forks
- 20
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It could be great to have an object or method that let you paginate the returned rows.
Something like:
```python
client.table_row_list(...auto_paginate=True) -> Generator[Row]
```
Related issue: https://github.com/elchicodepython/python-nocodb/issues/10
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.