Hello,
I am trying to add paging in my TreeGrid but I am unable to see it in my rendered TreeGrid.
I am doing it like this (I was trying to do it in different ways):
My .html file:
My .ts file:
I have tried to set it in html file, in .ts file on init / after view init, push it straight in TreeGrid component but my pager is still not rendering. Maybe I am doing something wrong?