Is it possible to have a tree component with a pager (insde a datalist component or something like that?). Example: I have a tree, two levels: main level = years, second level = months:
2022
-> Jan
-> Feb
-> Mar...
2021
-> Jan
-> Feb
-> Mar...
When the tree is collapsed you only see:
2022
2021
2020
...
I wonder if it's possible to embed the tree in another component so that when the tree is collapsed, you only see 5 years per page so you only see 2022, 2021, 2020, 2019, 2018 in page 1, and then if you select page 2 you see 2017, 2016, 2015, 2014, 2013 and so on.