I'm trying to get a basic table working using the data from a javascript query, but I can't figure out what I'm doing wrong.
Here's the data that should populate in the table:
These are the settings of the table:
When the javascript query runs, the table does update and it indicates that there's data... but it doesn't display anything:
I've tried messing around with the primary key and columns to no avail. I'm sure I'm missing something very basic. Any help would be greatly appreciated!
Have you tried clicking the "Regenerate columns" button next to the plus sign after your javascript query has run?
I replicated what you have and I got data:
The fact that in the first image you get the message "The Selected data source is empty" makes me think that your javascript query is not running. However, your third screenshot does indeed show 3 results, but most likely no columns (as per your first screenshot).
To troubleshoot I would:
- Delete the table and recreate a new one
- ADd columns manually and select the data source directly.
Hope this helps!