How to add table inside the tab content?
I have a task to create a view page on users. The scope is every tab content is different page/component so that it will not load heavily..
All the tabs are tables content
example.. in my UserResource I created infolist for tab
How to attached/make users table in the user tab? I want to test this first and follow other tabs
All the tabs are tables content
example.. in my UserResource I created infolist for tab
How to attached/make users table in the user tab? I want to test this first and follow other tabs
- by inserting directy the table? or
- make a livewire component then render ?