Is there a javascript plugin that replaces a html select options with a custom table?

Just looking if this already exists before I take a stab at it.

Looking for a js or jquery plugin that has all the plumbing to display essentially a SELECT (dropdown) but with the OPTIONs being a custom table/grid where selecting a TR would be equivalent to selecting an OPTION.

I can find tons of select replacement plugins, but nothing that allows for an arbitrary number of data columns to be displayed (and aligned across all options like a table would take care of). Just somewhat surprised if no one has ever tackled this before.