-
For a resource we use import jobs to fill the database and just use Filament to show the imported records and do some sorting. Is there a way to remove the "Create" button in the list view and the "Delete" and "Save" button in the edit view as we only want the records be managed via the import job / API? |
Beta Was this translation helpful? Give feedback.
Answered by
danharrin
Apr 19, 2021
Replies: 1 comment
-
Yes, you may create a custom page, where you can render a table in the same way that the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
codedge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you may create a custom page, where you can render a table in the same way that the
ListRecords
base class does.