I was struggling to get the searchpanes to filter by a selected left joined table value.
On reviewing the live example in the below linked blog, it seems this might be a bug within the php library as it does not work there either:
https://datatables.net/blog/2020/ssp-with-editors-libraries
The searchpane correctly lists the unique values for a given leftjoin, but selecting one of the values from the searchpane has no affect, when the expected behaviour would be for the whole table to be filtered by rows that match the selected left join.
I was struggling to get the searchpanes to filter by a selected left joined table value.
On reviewing the live example in the below linked blog, it seems this might be a bug within the php library as it does not work there either:
https://datatables.net/blog/2020/ssp-with-editors-libraries
The searchpane correctly lists the unique values for a given leftjoin, but selecting one of the values from the searchpane has no affect, when the expected behaviour would be for the whole table to be filtered by rows that match the selected left join.