makeFilamentTranslatableContentDriver in HasTable

Hello all! The abstract method makeFilamentTranslatableContentDriver is in the HasTable contract, but not in the InteractsWithTable trait, so when we upgrade from v2 to v3, all of our tables are missing this method. Was this an oversight or is there something we're missing that needs to be done somewhere else in our app?
2 Replies
maybeedward
maybeedward12mo ago
It looks like maybe we need to also implement the HasForms contract and use InteractsWithForms for this and a few other reasons on most of our components. Do any tables that have filters, search, etc. now also implement HasForms or am I really missing something here?