webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Jquery autocomplete inputs - combo Box #194

Open gitezra opened 6 years ago

gitezra commented 6 years ago

Hello,

is it possible to have a autocomplete combo box? I mean a Jquery UI autocomplete combobox with (name and value). The user sees the name, and the value is updated in the database. How can this be done?

thanks,