muhimasri / b-editable-table

A Bootstrap Vue editable table for editing cells using built-in Bootstrap form elements
MIT License
33 stars 11 forks source link

Header and edit values in table #20

Closed zms2003 closed 2 years ago

zms2003 commented 2 years ago

hello. I'm made editable table with your co component and find issue A'm define field {key:'Логин', value:'username', type: "text", editable: true, placeholder: "Enter Name..."} on Head of table displayed key:'Логин' (another languige), and in body of table dysplayed value. but when I editining value in table body, edited value writing in key:'Логин' and not displayed in body { ... "username": "admin", "Логин": "edited admin", "E-mail": "" } very impotant what in header of table display value in another languige and it will readable). i think, it possible if in component render swap key and value when display header of table

zms2003 commented 2 years ago

find "label" parameter in field