fernyb / Sequel-J

A MySQL Client written in Cappuccino (work in progress)
31 stars 1 forks source link

Finish up Table Info Tab #17

Closed fernyb closed 13 years ago

fernyb commented 13 years ago

When changing the selection from the Pop Up Menus it should send a request to the server to update the table. The following fields will update when selection changes:

A new endpoint will be needed called, "/update_table/:table", it will require a POST.

the example endpoint would be: "/update_table/checkins?type=MyISAM" "/api.php?endpoint=update_table&table=checkins&type=MyISAM"