Can not to override Empty data warning message depending on search result. #939
-
Hi, in my case I enabled empty data warning message and overrided like this.
But I want to also override this message depending on my search result. For example if returns >10k data then this message should be overridden like this. 'Your search returns too many results. Please refine your filter options.' For this case I'm using this code
Unfortunately message doesn't changes and remaining 'No Records Found'.
Is there any solutions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
it wasn't built to be changed dynamically, it was created to only keep 1 static text, the only dynamic portion is the locale translation |
Beta Was this translation helpful? Give feedback.
-
I tried to get good result with some logics and eventually I did it like as below.
Depending on my if statement I wrote like as
|
Beta Was this translation helpful? Give feedback.
it wasn't built to be changed dynamically, it was created to only keep 1 static text, the only dynamic portion is the locale translation