arnaudb42
Can't find 'fi-btn-label' class
Hi everyone,
I'm using Filament Excel package made by Dennis Koach and the class 'fi-btn-label' that should display the label of the button cannot be find. So the label doesn't show.
I search through my project, and even with github : https://github.com/search?q=repo%3Afilamentphp%2Ffilament+fi-btn&type=code
Is it me that is completely dumb or is there a problem ?
9 replies
How to add a table to an edit page
Hello everyone,
I was looking for a way to customize an edit page, by adding a table at the bottom.
I tried with a custom view, and implementing the HasTable interface, but it looks like the "bootedInteractsWithTable" method is never called, so the $table property is never initalized.
Is there a way to do it, without rebuilding the form from the beginning ?
Thanks !
10 replies