I have a legacy application which is built in Servlet and Jsp. I need to convert a table built in html to datatable using react js.
Most of the datatable examples I have seen are built separately(using npx create-react-app in VS code) using multiple react components. However I am not sure how to do that inside a JSP.
What is the best approach to build a datatable inside a jsp?