Atena.D
Can't change $modelLabel in ManageRelatedRecords
if you take a look at filament demo project in post resource, when you click on a post you'll view that post and there is a navigation tab at the top for managing post comments. My project is just like that with the same logic. But there is something I want to change. When you navigate to that manage post comments tab you'll see the list of comments and a button to create a new comment which its label is based on the comments model name and as far as I tried I couldn't change that. Like when creating a new resource we can change $modelLabel property value though in this case I cant change the modal label and there seems to be no property like $modelLabel in a relation page that extends ManageRelatedRecords
12 replies
How to show results of an API in custom page table builder.
Yes but the problem is in a custom page that implements
HasTable
I should return a Builder
type object from getTableQuery
method to show that in a table, that means it should be read from a database although I don't have any database for it and as a result it throws an error saying the result from that URL isn't of type Builder
33 replies
How to show results of an API in custom page table builder.
I think I found an article that might help me https://filamentphp.com/blog/how-to-consume-an-external-api-with-filament-tables
33 replies