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

Problem with autocomplete #141

Open ramonYcajal opened 7 years ago

ramonYcajal commented 7 years ago

I trying autocomplete on a specific cell but it launch an error, editableGrid.setCellEditor("comunity", new AutocompleteCellEditor({ suggestions: ['one','two','three','four','five','six','seven']; }));

autocomplete is not a function and I have the script before the load of jquery....

I solved this problem but I have another, the error is: jquery-ui-1.8.16.custom.min.js:33 Uncaught TypeError: Cannot read property 'length' of undefined

antonismavromatis commented 7 years ago

I have the same issue. Can you please provide a support answer? ramonYcajal, how did you solve the problem?