Filament table builder using union query
I have a table with custom union query combining records from 2 tables. The list is displayed properly but when clicking the record, it gives the wrong model and some records have the same ID thus giving back the wrong record.
Is there a way so let filament table know which column should be the unique?
```
Is there a way so let filament table know which column should be the unique?
```