Repeating table headers on every page of pdf

Actions & Logic

We have implemented a multipage pdf invoice reporting custom action , using flutter pdf package.

This uses pdf package's table widget which grows dynamically based on the data. Please suggest on how can we repeat the table header on every new page that comes up

What have you tried so far?

Tried to display table headings as part of the pdf page header section.

But the alignment of the tables are not comingup properly

Did you check FlutterFlow's Documentation for this topic?
Yes