edge-blade / vue-materials

Vue 2.0 and Materialize.css Components
MIT License
2 stars 0 forks source link

Table - Tie selectedRowKeys to selectedRows Prop #32

Closed edge-blade closed 7 years ago

edge-blade commented 7 years ago

If the prop updates by an external force, we need the table to mimic the outside property if possible. I think a watcher will fix the issue, but I'll need to try it out to be sure that it doesn't cause a weird side-effect.

edge-blade commented 7 years ago

If you use the original array and perform a splice to remove the element instead of a filter, the table updates which is a viable workaround so I'm going to de-prioritize this from 1.6.2 unless I find it ultimately necessary to modify.