I would like to change the message that appears when the prop data is an empty array. I cannot find any prop to modify this. Is there any solution for this? I would like to translate this message to other language.
Asked
Active
Viewed 243 times
1 Answers
0
There is a prop locale
that allows this behavior to get done. You can pass an object to this prop in order to change the message of empty data as follows:
locale={{ emptyMessage: "No data found"}}

rubenmondom
- 83
- 8