Text Input Column Update hasMany relation column
basically i viewing data forecast_items using filament table builder
i have a model ForecastItem, inside forecast_items table has many values
ForecastItem.php
ForecastValue.php
how can i get value state like this
for now i wrote like below. but when stateUpdated it's say am_amount column not found in forecast_items ( i know column am_amount is from the forecast_values table not from forecast_items)
Any idea? here's the database design
1 Reply
here's the table... marked red one is from table and the blue one from table