React-table: [Question] data from redux state, how to refresh?

Created on 3 Jan 2018  路  1Comment  路  Source: tannerlinsley/react-table

What version of React-Table are you using?

6.7.5

What bug are you experiencing, or what feature are you proposing?

the data is passed to ReactTable as array from redux state, and updated with external logic.
The ReactTable component does not update unless the length of the data array changes.

Is there anything to do to have automatic update of the table content even when a "data field" in a row changes?

Most helpful comment

Nothing special required just normal Redux wiring around the component. Check this basic Redux example: https://codesandbox.io/s/r5q81w4wwq

This is an implementation issue and not a bug with ReactTable. For implementation help, please use the #react-table Slack channel (badge at the top of the README in the doco). Thanks.

>All comments

Nothing special required just normal Redux wiring around the component. Check this basic Redux example: https://codesandbox.io/s/r5q81w4wwq

This is an implementation issue and not a bug with ReactTable. For implementation help, please use the #react-table Slack channel (badge at the top of the README in the doco). Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nikhilem picture nikhilem  路  27Comments

vaidsu picture vaidsu  路  29Comments

prathmeshphuke picture prathmeshphuke  路  33Comments

IPessers picture IPessers  路  20Comments

visarts picture visarts  路  36Comments