Skip to content

Commit

Permalink
Fix primefaces#11091: DataExporter migration guide 13.0.0 (primefaces…
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Dec 27, 2023
1 parent ac6be03 commit 9cea40a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/migrationguide/13_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
* `DashboardColumn` and `DefaultDashboardColumn` are deprecated in favor of `DashboardWidget` and `DefaultDashboardWidget`
* `DefaultDashboardColumn.addColumn()` will become `DefaultDashboardWidget.addWidget()`

## DataExporter
* The exporter API has been significantly re-factored to reduce the amount of internal code.
* If you use a custom exporter you may now need to register your exporter like `DataExporters.register(DataTable.class, PdfDataExporter.class, "pdf");`

## Menu
* `p:menu` always ignored the `expanded` attribute of `p:submenu` in the past. As the default is `expanded=false`, you need to set it to `true`.

Expand Down

0 comments on commit 9cea40a

Please sign in to comment.