This lightweight NocoDB template includes minimal styles, focusing on providing the logic to connect to NocoDB while allowing custom styling.
Template contents:
Directory page – List of records, including pagination and one filter. Note, adding multiple filters gets very complex due to NocoDB's API. If your system requires multiple filters, see Baserow.
Directory Item page – Row template listing one record. It will change the record based on the URL.
Sitemap – Dynamic sitemap outputting static pages and directory items.
These values need to come from your Baserow account.
API Token – Create a token in NocoDB here in account.
Table ID – Go to your table > API Snippets > look in the URL for the ID after /tables/.
Copy these values and go to Webstudio > Global Root > Settings > and paste them in the respective Data Variables.
On the Directory page, update the "orderBy" variable with the field you want to order by. Update other values as needed.
The NocoDB API docs (found by going to your table > API Snippets) will be immensely helpful.