Add link to internal resource in vaadin grid

Hi all, I want to add link to internal resource in vaadin grid. I have couple of txt files that i want to display by clicking on links. Any one have ideas how can it be solved?

Hi,

you could use HTMLRenderer and just create a normal HTML link like link text

-Olli

how to do it with java spring boot?

Kamrul Hasan:
how to do it with java spring boot?

Spring boot makes now difference in this case. But naturally you need to allow access to folder where linked resources are in your Spring Security filter config.