Custom TextInput with suffix actions
Hello, I am creating a Timesheet App, and I want to create a custom page for the Timesheet resource, that shows the time entries (timebills) in a weekly view.
My goal is to have to have TextInput with suffix actions (edit/delete/approve) for each Timebill, and if the user edits the hours, it should update the corresponding Timebill record.
Here is the code for timecell.blade.php, that I am putting in the table. I have tried using the x-filament::input.wrapper, but I am stuck.
Any guidelines and/or examples would be greatly appreciated.
0 Replies