Hi,
is it possible to attach footer immediately after the last row before horizontal scrollbar? I use this code:
mygrid.enableAutoHeight(true);
But horizontal scrollbar is still between the last row and footer row.
Thanks in advance!
Unfortunately, these is no such an opportunity.
If you are using auto-height mode, you can just add one more row in grid and use it as a “footer”.
The only tricky point in such solutinn is sorting, but there are some solution to force row on top|bottom after sorting