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
https://docs.evidence.dev/build-your-first-app/
Here the query name is changed from my_query_summary, but the text below reads Now refresh, and notice that your table has changed to show only the most recent 100 orders, with only the table columns you specified - this text is making a forward reference to the updated version of the DataTable which uses the new query name.
select
order_datetime,
first_name,
last_name,
email
from needful_things.my_query
order by order_datetime desc
limit 100
Are you interested in contributing this improvement to the docs?
I'd like to contribute, but I need some help
The text was updated successfully, but these errors were encountered:
Request Type
Small Fix (wording, errors, typos, etc.)
Description
https://docs.evidence.dev/build-your-first-app/
Here the query name is changed from my_query_summary, but the text below reads
Now refresh, and notice that your table has changed to show only the most recent 100 orders, with only the table columns you specified
- this text is making a forward reference to the updated version of the DataTable which uses the new query name.Are you interested in contributing this improvement to the docs?
I'd like to contribute, but I need some help
The text was updated successfully, but these errors were encountered: