TBroTeam / TBro

Visualization and management of denovo transcriptomes
https://tbroteam.github.io/TBro/
10 stars 6 forks source link

Abuse of jQueryUI autocomplete _renderItem function #40

Closed iimog closed 7 years ago

iimog commented 8 years ago

The jQueryUI _renderItem function for autocompleat is meant to create a single list element <li> for each term (see API). In order to have proper representation of multiple columns we are using a single <li> containing a <table> instead (see #38). This way jQueryUI functionality is limited on those elements. Probably a solution as suggested on StackOverflow could resolve this issue.