mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 11:26:41 +00:00
* fix(nc-gui): extension pane new design changes * fix(nc-gui): hide extensions btn on details tab * fix(nc-gui): create new component for extensions tab of marketpalce * fix(nc-gui): update marketplace card * fix(nc-gui): extension tab scroll issue * fix(nc-gui): extension modal header padding issue * fix(nc-gui): auto scroll extensions on add/duplicate * fix(nc-gui): auto scroll extension issue * fix(nc-gui): update extension icons * fix(nc-gui): data exporter extension button overflow issue * fix(nc-gui): change extension list layout * fix(nc-gui): add extension docs link * fix(nc-gui): wrong publisher icon path in data exporter extension manifest * fix(nc-gui): solid extension icon on panel open * fix(nc-gui): extension marketplace placeholder image placement issue * fix(nc-gui): select action table on add data exporter extension * fix(nc-gui): on add data exporter extension select action view also * fix(nc-gui): don't clear deleted exports from kvstore on clear extension data * fix(nc-gui): show search icon instead of search input box in extension marketplace modal * fix(nc-gui): pr review changes * fix(nc-gui): update data exporter extension as per new design * fix(nc-gui): update empty state * fix(nc-gui): add tooltip on compact toolbar btns * fix(nc-gui): update import extension as per new design
36 lines
1.9 KiB
Markdown
36 lines
1.9 KiB
Markdown
Data Exporter extension is designed to simplify the process of exporting data from your NocoDB tables. With just a few clicks, you can effortlessly download CSV files for any specific table and view within your base.
|
||
</br> </br>
|
||
|
||
The download process is handled asynchronously in the background, ensuring that your workflow remains uninterrupted. Once your file is ready, you’ll receive a notification, allowing you to download the CSV at your convenience.
|
||
</br> </br>
|
||
|
||
**Key Features**
|
||
|
||
- Easy CSV downloads for specific tables and views
|
||
- Asynchronous processing for seamless operation
|
||
- Instant notifications when the file is ready for download
|
||
</br> </br>
|
||
|
||
Elevate your data handling capabilities with the NocoDB Data Exporter extension!
|
||
</br></br>
|
||
|
||
<!-- Todo: Add docs link -->
|
||
<a href="https://docs.nocodb.com/extensions/data-exporter" target="_blank" rel="noopener noreferrer" class="!no-underline !hover:underline inline-flex items-center gap-2">
|
||
Learn more
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||
<path d="M12 8.66667V12.6667C12 13.0203 11.8595 13.3594 11.6095 13.6095C11.3594 13.8595 11.0203 14 10.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V5.33333C2 4.97971 2.14048 4.64057 2.39052 4.39052C2.64057 4.14048 2.97971 4 3.33333 4H7.33333" stroke="#374151" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
||
<path d="M10 2H14V6" stroke="#374151" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
||
<path d="M6.66669 9.33333L14 2" stroke="#374151" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
||
</svg>
|
||
</a>
|
||
|
||
</br></br>
|
||
|
||
<div class="flex">
|
||
<img src="data-exporter/assets/recent-exports.png" width="50%" class="object-contain rounded-xl"/>
|
||
</div>
|
||
</br>
|
||
<div>
|
||
<img src="data-exporter/assets/recent-exports-modal.png" width="100%" class="object-contain rounded-xl"/>
|
||
</div>
|