i have a html table. there are a lot of columns to fit in, many columns are showing images to represent the data. I have been using jeditable to allow users to click on the image and choose from a drop down or enter text into a textbox and update that field (which then renders the appropriate image in the returned content. (works great)
The one issue is that some of the columns width are really small so when you click on the image you get the textbox but its way to small (as its constrained by the table layout). you dont have enough room for the textbox (its only about 1/8 of an inch wide), i would somehow like the textbox to popup above the table (maybe in a small dialog or something) so i have more width to allow someone to enter longer text.
any suggestions?