Ticket #5747 (closed enhancement: invalid)
[autocomplete] Display results as TABLE instead of UL
| Reported by: | bearwalk | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
(This is my first contribution here, so I'm sorry if I'm submitting this the wrong way somehow.)
The attached file is the latest autocomplete plugin, but with an enhancement that makes it possible to display the results as table rows rather than list items. Very handy if you need to display additional data about each result.
Of course, to take advantage of this you must make formatItem() return strings with several TD:s, like "<td>foo</td><td>bar</td>".
Search for the string "resultsElements" to find all the lines I've modified.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

