Can we dynamically insert data into values in tabulator using two arrays instead of hard coding user names?
The first array would store the usernames, while the second array would store the actual names of the users.
{title:"Approver", field:"Approver", editor:"autocomplete", editorParams:
{
values:{
"jd1":"John Doe",
"mm12":"Marty McFly",
}
}
}