Unknown column when using filter on Datagrid
-
I'm trying to add custom filter on the DataGrid, but for some reason I get each time "unknown column", this is the full class:
so if I select this filter:
created at -> greather than -> 01/01/2023 and press apply, I get:
SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'where clause' (SQL: select count(*) as aggregate from
configurations
left joinbikes
asbike
onbike
.id
=configurations
.bike_id
where `` = 2023-01-01)seems like the column name is in some way lost
-
Hi there,
Please use a filter like this to implement Filter functionality.