Change displayed data by Date filter #740
Unanswered
BenOussama180
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have a table for projects, and a project has many orders so i display it like this

so when i filter table with created_at column i want it to filter also the orders through relationship and give me only the data related to these orders in that date range that i specified so the expenses ..etc will also change , basically i want to change the data displayed in the columns based on the date ( data displayed in the columns are comming from orders relationships)
Beta Was this translation helpful? Give feedback.
All reactions