Here, I'm adding a selected key to the data being passed into the table data. This should ideally be something like mortar-table-selected or something. If the user already has a selected property on their data, we'd be overwriting that value, and probably in a way they don't want / intend.
For example: https://github.com/fuzz-productions/Mortar-JS/blob/dev/lib/components/visualization/tables/Row.js#L339-L342
Here, I'm adding a
selected
key to the data being passed into the table data. This should ideally be something likemortar-table-selected
or something. If the user already has a selected property on their data, we'd be overwriting that value, and probably in a way they don't want / intend.