Interactive UI using SSR
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
Hi,
How do I implement SSR and make the server rendered html interactive just like Client Side Rendering. Like DOM manipulations, adding even listeners etc. Are there any links I could refer to or are there any demo you all could point me to.
I am open for any Libraries or frameworks.
To be more clear, I will render a spreadsheet in UI using an html and I will have the capability to select rows and columns and add custom styles and attributes to those elements. When selecting a cell there might be a popover popping up giving me wide range of options to customize or mark the cell and it's styles
How do I implement SSR and make the server rendered html interactive just like Client Side Rendering. Like DOM manipulations, adding even listeners etc. Are there any links I could refer to or are there any demo you all could point me to.
I am open for any Libraries or frameworks.
To be more clear, I will render a spreadsheet in UI using an html and I will have the capability to select rows and columns and add custom styles and attributes to those elements. When selecting a cell there might be a popover popping up giving me wide range of options to customize or mark the cell and it's styles