edge-blade / vue-materials

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

Table Options not being respected for sortable and rowKey #20

Closed edge-blade closed 7 years ago

edge-blade commented 7 years ago

When using the table, the rowKeymust always be 'id' preventing any complex data usage and sortableis always being set to true. This is most likely a problem in however calculatedOptionsare being set, but switching the property should correct it.