Multi-column Autocomplete?

Multi-column Autocomplete?

I've been working a tabular data option into the 1.8 Autocomplete code, and am curious if this could be something to add officially.

I'm sure that I'm not the best JavaScript coder out there, but this seems like a pretty big feature that I would love to contribute.

So far, I have extended the options to include "columns" to define an array of your headings and "dataColumns" as an array of expected JSON fields in the result set.

I will be wrapping up with this soon, and was just curious if this would be something the team would consider rolling in.

Thanks much in advance.