On 30/07/2010, Ninad Pundalik ninadsp16289@gmail.com wrote:
On 30/08/2010, Marc Delisle marc@infomarc.info wrote:
(...) Ninad, while looking for a solution, I noticed another problem. When you generate the UPDATE query, it seems you are taking the column name from the displayed header and this is not correct as in my sample table, there are column comments (which are displayed in the header while browsing).
Yes, I'm taking the column name from the header. I'll add comments to a table and see if I can further improve the code, so that it extracts only the field name and not the comments. If this is not easily possible, I might put the comments in a span by modifying the libraries/display_tbl.lib.php and tell jQuery to not read from that span.
The comments already are in a span. Fixed this in commit e47b213.