I’m looking for a recommendation for a JQuery plug-in that looks like and will behave like the JQuery datepicker, but allow me to pick a row from a table. A table pick list of sorts. I have to believe something like this is out there, but I can’t seem to find anything like it. I’m not looking for an autocompleter — more like when the JSP form field gets focus, a pick list appears that is populated by a table…
Any/all replies appreciated.
I rolled my own picker for this and made a plug-in for it. It’s my first whack at making a jQuery plugin, so any advice or feedback is welcomed. The code is highly dependent on Jquery 1.4.2, JQuery UI for CSS formatting of the pop-up and the DataTables plug-in for table formatting and pagination.
jquery.tablepicker.js
jquery.tablepicker.css
To use: This is highly dependent on JQuery and the DataTables.net plug in.