Files
nocodb/packages/nc-gui/extensions/json-exporter/description.md
2024-09-03 04:17:09 +05:30

1.2 KiB

This is a sample NocoDB extension that exports data in JSON format. It is used to demonstrate how to create a NocoDB extension.

This extension is disabled by default. To access it you need to first change the disabled property in the manifest file to false.

Learn more