Is it possible to dynamically change the data of react-table? #2182
Unanswered
bharathch0404
asked this question in
General
Replies: 2 comments
-
i as well am looking for a way to load the initial table, then to load more data after the table renders. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah...just change the reference of data prop, table will rerender with
updated data
…On Thu, Apr 23, 2020, 3:03 AM Kyle J. Roux ***@***.***> wrote:
i as well am looking for a way to load the initial table, then to load
more data after the table renders.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEG7N5H4WZ6RDR6XSJJTG3RN5PDZANCNFSM4MKIRB3A>
.
|
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
-
I want to change the table dynamically by changing the data, for example adding or removing data. I couldn't find an example for the same. Was wondering if this is possible.?
Beta Was this translation helpful? Give feedback.
All reactions