tabalinas/jsgrid

Multicolumn autocomplete in jsGrid

Open

#974 aberto em 13 de dez. de 2017

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (356 forks)batch import
help wanted

Métricas do repositório

Stars
 (1.520 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I would like to see multiple columns in the the autocomplete dropdown, like here: https://jsfiddle.net/MrSnrub/pk0kf0hn/. At the moment I have successfully integrated this code: https://stackoverflow.com/questions/42489728/jsgrid-cutome-grid-field-with-jquery-ui-autocomplete to achieve single-column autocomplete, something like the column 'Nombre' here: https://jsfiddle.net/mgcrdvmf/6/. However, I'm struggling to display more columns in the autocomplete dropdown.

Guia do colaborador