Skip to content

Commit

Permalink
fix: remove open spout integration bundle from docs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Nov 25, 2023
1 parent a5cd3c9 commit 3e155a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions docs/features/exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ The data tables can be _exported_, with use of the [exporters](../reference/expo

![Export modal with the Tabler theme](./../static/export_modal.png)

## Prerequisites

To start with, you have to install integration of some exporter library.

The recommended exporter library is [OpenSpout](https://github.com/openspout/openspout).

You can install the integration with the following command:

```bash
$ composer require kreyu/data-table-open-spout-bundle
```

## Toggling the feature

By default, the exporting feature is **enabled** for every data table.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/exporters/types/open-spout/ods.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `OdsExporterType` represents an exporter that uses an [OpenSpout](https://gi
+---------------------+--------------------------------------------------------------+
| Parent type | [OpenSpoutExporterType](open-spout.md)
+---------------------+--------------------------------------------------------------+
| Class | [:icon-mark-github: OdsExporterType](https://github.com/Kreyu/data-table-open-spout-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OdsExporterType.php)
| Class | [:icon-mark-github: OdsExporterType](https://github.com/Kreyu/data-table-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OdsExporterType.php)
+---------------------+--------------------------------------------------------------+

## Options
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/exporters/types/open-spout/open-spout.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `OpenSpoutExporterType` represents base exporter type used for all OpenSpout
+---------------------+--------------------------------------------------------------+
| Parent type | [ExporterType](../exporter.md)
+---------------------+--------------------------------------------------------------+
| Class | [:icon-mark-github: OpenSpoutExporterType](https://github.com/Kreyu/data-table-open-spout-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OpenSpoutExporterType.php)
| Class | [:icon-mark-github: OpenSpoutExporterType](https://github.com/Kreyu/data-table-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OpenSpoutExporterType.php)
+---------------------+--------------------------------------------------------------+

## Options
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/exporters/types/open-spout/xlsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `XlsxExporterType` represents an exporter that uses an [OpenSpout](https://g
+---------------------+--------------------------------------------------------------+
| Parent type | [OpenSpoutExporterType](open-spout.md)
+---------------------+--------------------------------------------------------------+
| Class | [:icon-mark-github: XlsxExporterType](https://github.com/Kreyu/data-table-open-spout-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/XlsxExporterType.php)
| Class | [:icon-mark-github: XlsxExporterType](https://github.com/Kreyu/data-table-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/XlsxExporterType.php)
+---------------------+--------------------------------------------------------------+

## Options
Expand Down

0 comments on commit 3e155a6

Please sign in to comment.