DataTable #3286
DataTable
#3286
-
Hi, I'm using PrimeFaces DataTable with the default filter functionality. When no data matches the filter criteria, the default behavior shows a text message like "No records found." I want to customize this behavior to display an image instead of the text message when no data is available. Is there a way to achieve this in PrimeFaces? If possible, please share an example or guide me on how to implement it. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
tandraschko
Dec 27, 2024
Replies: 1 comment 2 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
melloware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
f:facet name="emptyMessage"
for it; its missing in the docs, but i will add it now