- I added the "$("#addColumns.ajax input[value=Go]").live('click'
) " action to the tbl_structure.js file which gives the add columns dialog for the user. - Then I reused the code in "$("#append_fields_form input[name=do_save_data]").
live('click') " action in functions.js file which was initially written for handling the table->change option. I did small changes for the same action and used with this feature.
Then after Marc pointed out two issues with the enum editor which are
- Cannot edit the enum editor values
- Not appearing the name of the column in enum editor header
Finally when the feature is finished, user gets an "Add column" dialog box which allows the user to add a column to the table as follows.
I started working with modifying the Table operations tasks by applying the ajax behavior for those features. I started ajaxifying the Alter table order option and still in progress.
Next week I'll continue with that feature.
No comments:
Post a Comment