Hello Alejandro
I am exporting an amount of 1000 records and I don’t know why the column header is repeated, I don’t know if it is a component error.
I already solved the problem, it was simply adding the following property to the code:
.setIgnorePagination(true); //ignore pagination.
thank you.