I have a table and the top row is a header row.
In Table Filter macro I specify '1' in Freeze first N rows.
While in Edit mode, I insert the macro on the page.
I paste the table into the macro.
I publish to see the magic.
It works, sort of, in that it creates a "frozen" area above the table that the table scrolls up inside of when I scroll vertically, hiding the table in a promising way, but the first row of my table is not the frozen area. I expected the macro to identify the top row of my table, which is a header row, and freeze it, not the headerless space above my table. What have I done wrong?