Hi, How are you? I've a few problems in using the Syncfusion List View and Tree View component(React). I have List view as nested list on the left side menu of my app. The nested list has children and it has 3 level.
when I click list item, it navigates to the specific router pages.
As you can see 3 screenshots, level 1 is apps, level 2 is modules and level 3 is workflows. I'd like to place tree view component or something like tree view on the level 3. so If I click any module(level 2), the next sliding will show tree view.
How can I do it?