mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-04 00:49:53 +00:00
Resolve "Optionally use the view's filters and sortings when listing rows"
This commit is contained in:
parent
e5c5c547da
commit
d82df3e138
7 changed files with 132 additions and 1 deletions
web-frontend/modules/database/components/docs/sections
|
@ -92,6 +92,12 @@
|
|||
:content="$t('apiDocsTableListRows.exclude')"
|
||||
/>
|
||||
</APIDocsParameter>
|
||||
<APIDocsParameter name="view_id" :optional="true" type="integer">
|
||||
<MarkdownIt
|
||||
class="api-docs__content"
|
||||
:content="$t('apiDocsTableListRows.viewId')"
|
||||
/>
|
||||
</APIDocsParameter>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="api-docs__right">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue