react-json-table
react-json-table copied to clipboard
Adding undefined key comparison
Javascript is translating to false when the key value is 0. The program should compare using undefined.
https://github.com/agracio/ts-react-json-table 'fixes' the issue by removing data-key dependency on .id and _.id fields completely and only using index.
This resolves an issue if your id columns in underlying JSON have duplicate values.