react-json-table icon indicating copy to clipboard operation
react-json-table copied to clipboard

Adding undefined key comparison

Open mateusmhaas opened this issue 8 years ago • 1 comments

Javascript is translating to false when the key value is 0. The program should compare using undefined.

mateusmhaas avatar Jan 17 '18 20:01 mateusmhaas

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.

agracio avatar Feb 18 '25 20:02 agracio