Bonux
Using Import action in Wizard and creating import action records for a relational record
First of all, is it possible to add import action to steps?
Secondly it is possible to make the importer import data to a
belongsTo
relation?
A Process
model is made from the step wizard and Process model hasMany
ProcessableRows
which are improted by the ImportAction importer. I need to somehow pass Process
model id to the importer action
3 replies
How to remove primary key order from the eloquent query.
I am making a custom table for my client and grouping the results based on my needs.
Seems like the Filament automatically adds primary key ordering to the query which then causes an sql exception.
Is there a way to remove the default key order by from the query?
Whole query:
4 replies