I'm getting the following exception when I use this add-on Caused by: org.

I’m getting the following exception when I use this add-on

Caused by: org.vaadin.haijian.ExporterException: Column key: secNumber is a property which cannot be found
at org.vaadin.haijian.FileBuilder.lambda$buildRow$2(FileBuilder.java:137) ~[exporter-3.0.0.jar:3.0.0]

at java.util.ArrayList.forEach(ArrayList.java:1257) ~[na:1.8.0_181]

at org.vaadin.haijian.FileBuilder.buildRow(FileBuilder.java:131) ~[exporter-3.0.0.jar:3.0.0]

at org.vaadin.haijian.FileBuilder.lambda$buildRows$1(FileBuilder.java:117) ~[exporter-3.0.0.jar:3.0.0]

Not sure what is causing it.

I’m using Vaadin 11.0.2 with data provider (attached).
What am I doing incorrectly?

17406412.java (8.26 KB)
17406415.java (448 Bytes)

Sorry just saw your message now, thanks for the report, I will check.