You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSP seems to have a property to exclude certain columns in the export using the display attribute. For thymeleaf this option seems to be missing (at least I couldn't find it in the documentation and adding a dt:display="html" didn't exclude the columns).
Is the feature available somewhere and I didn't specifiy the right attributes or is this feature really missing?
The text was updated successfully, but these errors were encountered:
Indeed, the dt:display attribute doesn't exist in the Thymeleaf dialect.
Actually it works a bit differently. In Thymeleaf, we assume that every column will be always rendered in HTML and attributes such as dt:xls or dt:pdf allow you to configure what will be rendered in XLS and PDF exports respectively.
JSP seems to have a property to exclude certain columns in the export using the display attribute. For thymeleaf this option seems to be missing (at least I couldn't find it in the documentation and adding a dt:display="html" didn't exclude the columns).
Is the feature available somewhere and I didn't specifiy the right attributes or is this feature really missing?
The text was updated successfully, but these errors were encountered: