Hi, is there anyone who encountered the search in datatables (form) not working. As in there is property “searching” that you can set to true. But doing any search in the datatable will just make the datatable empty?
Hello,
are you referring to the search input available in the backend list ?
if so, in the columns.yaml
of the list, you need to add the attributes searchable: true
to each column you want to search in.