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
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