Allow to customize names for value
and label
field names
#4641
Labels
Suggested Feature
A suggested feature that is waiting review
value
and label
field names
#4641
Is your feature request related to a problem? Please describe.*
Usually data is already is loaded via ajax. Database table consists of
id
,name
,etc
,desc
.Describe the solution you'd like
To save processing time and do not generate
values
we could just customize names forvalue
andlabel
fields:https://tabulator.info/docs/6.3/edit#editor-list
eg.
editorParams: { keyField: 'id', labelField: 'name' }
.The text was updated successfully, but these errors were encountered: