Skip to content

Impossible to use data with dots in the keys #1302

@avindra

Description

@avindra

If I push some data to the table that has dots in the response, for example

{ "data.entity" : 7, "attribute.name" : "Physical" } 

The table is unable to handle the data. I think there is a feature that uses dots somehow, but that should not prevent being able to pass in this kind of data.

Otherwise, people are having to write transformations, like removing the dots, which breaks integrity of data across your app, and causes the need for inane mappings.

Here is a code sandbox that replicates the problem:

https://codesandbox.io/s/xenodochial-faraday-t7y2v?file=/src/App.js

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions