Hints of methods to use:
I have a nice layout started now I want to gather data from several places and display and interact.
thoghts?
What I want to do is suppli data to the different sections
Read Only on the left from the data base.
Top right is the edit box next right is a listing of sample text to use. user selects sample (double click or button) which is placed in the top right box. User can edit and send, just send or other action Not looking for someone to write it for me but just point out the methods to start with in each area.
Top right is the edit box next right is a listing of sample text to use. user selects sample (double click or button) which is placed in the top right box. User can edit and send, just send or other action Not looking for someone to write it for me but just point out the methods to start with in each area.
4 Replies
To me, it looks like a custom Livewire page/component, just using Filament components for design
So far it is a standard Form on a RelationManager as a Modal using Filament components for design. Now do I need something custom to pull in the data to the differnt parts or do I need to start over with a custom page and custom componuts ?
Sorry I don't have a quick answer, I would probably do it as a custom page, but maybe I'm missing something. This is one of those scenarios that are almost impossible to answer without experimenting with the code.
Thanks for taking a look.
Making progress in using custom Components, which are new to me.