Skip to content

[BUG] Module '"simple-datatables"' has no exported member 'exportJSON' #438

@shinokada

Description

@shinokada
  • I have looked through the documentation to try to see if this behavior is documented.
  • I have looked at the demos to see if one of them handles this, but none of them did.
  • I have created a jsfiddle here: [INSERT LINK] that demonstrates the issue.

Please export as default.

Describe the bug

Image

To Reproduce

<script lang="ts">
  import { DataTable, exportJSON,  exportCSV,  exportTXT, exportSQL  } from "simple-datatables"
  import items from '../data/sample.json';
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions