Dear admins,
I found a footer bug.
When my footer is like this:
mygrid.attachFooter(“Tasks: {#stat_count},#cspan,#cspan”);
When I scroll to the last row it gets partially hidden underneath the footer and I cannot scroll down any further.
HOWEVER, when I add a footer value with a width of just 1 column, I can fully scroll to the bottom. Like this:
mygrid.attachFooter(“Tasks: {#stat_count},#cspan,#cspan,1-column-footer”);
Best regards.