How can I disable the "This page" row on the summarizer?
On BaseWidget I added a summarizer but I want to hide the "This page" section from it. Is this something that can be done? I couldn't find it anywhere in documentation.
Solution
As long as the table records are a paginator instance and has records that row will show. So your only real solution, without overriding the vendor views which isn’t recommended, would be with a custom theme to hide the row via css.