Forgive me if I'm overlooking an obvious answer.
I'm wondering if its possible to highlight the filename of a file that was clicked?
My use case is read only, so I have readOnly set to true and showCheckbox set to false.
When a user clicks a file I use the onNameClick function to fetch the file and display it in another panel to the right of the file tree. I want to then highlight the filename of the file in the file tree so the user knows which file is currently being viewed in the panel on the right.
Thank you.
Forgive me if I'm overlooking an obvious answer.
I'm wondering if its possible to highlight the filename of a file that was clicked?
My use case is read only, so I have readOnly set to true and showCheckbox set to false.
When a user clicks a file I use the onNameClick function to fetch the file and display it in another panel to the right of the file tree. I want to then highlight the filename of the file in the file tree so the user knows which file is currently being viewed in the panel on the right.
Thank you.