Kuldeep
How can I create a ToggleColumn to change status from the list page
Yes, this is working but the major issue is that once we change status from active -> inactive. Into database its updating but to the listing page after refreshing it'll display active instead of inactive.
21 replies
Error: mountTableAction
I've resolved this issue with the two separate components.
1 - Listing component
2 - Create/Update/Delete component
Now, facing an issue is that while create/update/delete listing refresh is not working properly. Data is updated but it'll reflect once I'll try with create/edit/delete action 2nd time
8 replies
Error: mountTableAction
For Ex.
1 - ProductResource that is having multiple types (Product data, images, attributes, etc.) of data with tab structure.
2 - ViewProduct resource has tabs and all the tabs are designed through the livewire component in the listing and display formats.
8 replies
Error: mountTableAction
On clicking both icons: edit, delete I'm getting error like this: https://flareapp.io/share/yPaAO9GP
I wanted to call a listener method: add_update_modal_show, delete_modal_show for edit and delete process.
8 replies
File upload not working with 2+ files
I've checked with that process.
The issue is regarding the method: afterStateUpdated(). It'll run when the first image will be uploaded and after that rest of the image upload process will not work. So, need to use another method which perform save action after all images uploaded successful.
7 replies