Having trouble setting up a belongs to many select
i have 3 tables,
and i can see a row in my table, but i cant seem to get the select working, it should allow me to select from all rows from the
but it shows me a list of the machine centers instead!
quality_control_steps, machine_centers,and a join table machine_center_quality_control_stepand i can see a row in my table, but i cant seem to get the select working, it should allow me to select from all rows from the
quality_control_steps table:but it shows me a list of the machine centers instead!

Solution
but it shows me a list of the machine centers instead!because you asked for that
->relationship('machineCenters', ...filament does not know your set up, neither do I.. I'm going to make the assumption that
qualityControlStepsare related to machineCenters. in which case you would need to use ->relationship('machineCenters.qualityControlSteps', 'titleColumn')