将可树表素数导出为 pdf
export treetable primefaces to pdf
我想将树表(primefaces)导出为 Pdf
我应该怎么办。
我添加了 primefaces 扩展,但我收到了这条消息
Tag Library supports namespace:
http://primefaces.org/ui/extensions, but no tag was defined for name:
dataExporter
感谢您的回复
在 PrimeFaces 扩展中它被称为 pe:exporter
. In PrimeFaces itself it is a p:dataExporter
。因此,您通过 pe:dataExporter
使用了错误的命名空间(-prefix)和标记名称组合
我想将树表(primefaces)导出为 Pdf 我应该怎么办。 我添加了 primefaces 扩展,但我收到了这条消息
Tag Library supports namespace: http://primefaces.org/ui/extensions, but no tag was defined for name: dataExporter
感谢您的回复
在 PrimeFaces 扩展中它被称为 pe:exporter
. In PrimeFaces itself it is a p:dataExporter
。因此,您通过 pe:dataExporter