spring - Add fragment on every page of A4 size Thymeleaf -
i have requirement web page have different section depending on size of a4 sheet. every section of a4 size, need have confirmation check box.
how can divide webpage smaller section of a4 size using thymeleaf?
you can use th:switch, th:fragment, th:replace tags pull sections need based on input provide. remember tho occur on render server real time either need page reload or use javascripts modify sections in , not.
Comments
Post a Comment