You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A really cool feature would be to allow the user to select "Browse Data" on a popup selection when the table has been selected on the Database Structure tab.
Alternatively, when the selection of a table is made on the Database Structure tab, the table selection is automatically updated on the Browse Data tab. This would allow the user to switch to the Browse Data View and have the data for the selected table ready for viewing without having to reselect the table using the dropdown box.
The text was updated successfully, but these errors were encountered:
Not a bad plan, very user friendly, except the automatic update of tables you may design a databases with special tables reserved for future, special use e.g. only developers, bits, the system etc. You should make them invisible to avoid users to manipulate them.
I'm afraid adding this feature is more complicated and certainly more risky than you think at first thought, but to put it in a more positive light: "Nothing is impossible."
In the Database Structure tab of the main window, add a new action to
the popup menu which open upon right clicking the tree view to allow
directly changing to the Browse Data tab with the current table being
selected automatically.
See issue #246.
A really cool feature would be to allow the user to select "Browse Data" on a popup selection when the table has been selected on the Database Structure tab.
Alternatively, when the selection of a table is made on the Database Structure tab, the table selection is automatically updated on the Browse Data tab. This would allow the user to switch to the Browse Data View and have the data for the selected table ready for viewing without having to reselect the table using the dropdown box.
The text was updated successfully, but these errors were encountered: