Skip to content

maxal-studio/kratosjs-plugin-csv-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@maxal_studio/kratosjs-plugin-csv-export

Adds an Export CSV button to every table in a KratosJs admin panel, so any resource list can be downloaded as a CSV file. Works on both MongoDB and SQL.

Install

npm install @maxal_studio/kratosjs-plugin-csv-export

Register

Server (src/index.ts):

import { CsvExportPlugin } from "@maxal_studio/kratosjs-plugin-csv-export";

Panel.make("admin")
  // ...
  .plugins([new CsvExportPlugin()]);

The export button appears on every resource table automatically. This is a server-only plugin (no client entry).

About

Adds CSV export to every table in a KratosJs panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors