Andrew Chen
Results
3
comments of
Andrew Chen
https://github.com/Uberi/speech_recognition/issues/329
I ran into this issue as well, it seems like react-table-6 uses the ordering of "columns" prop to decide column header ordering. Since the HOC maintains its own reordering, the...
cool stuff! I've solved it via a hack, definitely would not recommend (generating a react key based on column ordering to rerender the table from scratch). I had hoped to...