Hi Team,
I have implemented filters(external) on the grid and its working fine. Issue is when any of the filter result comes as 0 or no record then empty table comes up. Can we show any message as no data found?
Regards
Shilpi
Hello, Shilpi,
Thank you for your question.
We recommend trying to use the showEmptyData
property of the options
object. In case it is set to false
, the error message will be displayed in case no data has been returned.
You are welcome to check out an example using the mentioned property.
More information about the options
object and its properties can be found in our documentation.
We hope it works fine for your case.
Do not hesitate to contact us in case of additional questions.
Best regards,
Illia