table pagination properties not respected when footer is hidden

I’ve discovered that when hiding a table footer via the declarative checkbox, the table’s pagination properties are no longer respected. So a table with “Visible Rows” = 5, will show all rows when the footer is hidden via declarative checkbox.

However, if you hide the footer via CSS “display: none”, the pagination properties are respected.

It seems like pagination properties should still be respected when footer is hidden via declarative checkbox…especially if they are respected when hidden via CSS.


Hi Conlan, thanks for raising the issue. I can reproduce it and will report it to our development team. Sounds like using CSS to hide it is a suitable workaround for you?

Yes, the workaround is definitely suitable, but wanted to report it to you all nonetheless.

That’s great, thank you for the feedback!