How to set no data text in react-table #2969
Unanswered
SergGolub89
asked this question in
Q&A
Replies: 1 comment
-
You can use something like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
Starting to work with this library, but didn't find any info in the documentation.
I'm not importing a full table from react-table, it needs to be custom(used a basic example from "Get Started" and then improved according to needs of the project).
Tried to overwrite ReactTableDefaults(found decision in google), but it's not working.
For now, if the data variable is empty, the table also is empty, but I need in this case row with 'Nothing found' string inside.
Can someone share with experience how to solve this problem?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions