As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi -
We are seeing a bug within Gutenberg for the wpDataTable block. If you select a table using the inspector panel first, it's fine. But if you then change it to a different table, the shortcode in the FSE says "Please choose datatable first" - even though you have chosen one.
Howevever if you then change the "table type" to Excel (or basically any value that causes an onChange) it will then correctly update the shortcode preview to show the new table ID and type.
My guess is that when table ID is being changed, it's not pull the current value of the table type (standard or excel) so the short_code variable in the block definition is returning false.
Attached a few screenshots to help explain.
Attached files: first-load.png
after-table-change.png
after-type-change.png