How can I copy the pagination to the top of an Interactive Grid?
In an Interactive Report this can be done by simply changing a setting in Attributes, but this is missing in an Interactive Grid.
How can I copy the pagination to the top of an Interactive Grid?
In an Interactive Report this can be done by simply changing a setting in Attributes, but this is missing in an Interactive Grid.

Thanks to the comment of @KoenLostrie I found a solution to move the footer to the top of the Interactive Grid, above the column headers. Not exactly a copy method, but it will work for now.
The code I used:
On page > Execute when Page Loads:
On page > CSS Inline:
If someone has a solution on how to copy/clone the footer instead of move it, please let me know!