jflycn
Forum Replies Created
-
Yes. It worked! Thanks!
The url “wp-admin/admin.php?page=wpda_wpdp_1_2&table_name=xxx” leads to a UI with a list of rows, each has an edit link. If I click the edit link, it will lead to the editing UI for an individual row.
What I am think of is skipping the list UI with an url (with an extra parameter) directly points to the editing UI.
The table does have a primary key, but appending “&id=1” to the above url still leads to the list UI.
Thanks!
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] chart_legend_position not working?The plugin sets option “legendPosition”.
But as I tested within the js, only
options.legend = {position: "bottom"};works.Neither of the following works:
options['legend.position'] = "bottom";options.legendPosition = "bottom";Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Anyway to add interaction to the query?It may involve something like this: https://gndev.info/kb/how-to-use-another-shortcodes-inside-of-attributes/