vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.12k stars 6.92k forks source link

[Feature Request] Default Value for v-data-table cell #19712

Closed atharvachavan68 closed 3 weeks ago

atharvachavan68 commented 3 weeks ago

Problem to solve

Currently, if key is missing in item, the only way to provide a default value is to use a slot for rendering the column which is very inconvinient

Proposed solution

There should be a defaultValue key in the headers object, which can be used to populate the cell whenever that value is missing in the items object.

KaelWD commented 3 weeks ago

value: item => item.a ?? item.b