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
1. by inserting directy the table? or
2. make a livewire component then render ?
7 Replies
Why not combining the relation manager tabs with the form?
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#combining-the-relation-manager-tabs-with-the-form
This is for test sir, because our old projects the view page has tabs and each tab is tables.. so for now I want to know how to include table in tab content..
That is our old project.. I want to implement like that
Do you know relation managers?
No sir, I just read right now the docs but I can't find sample on how to implement it..
please check the docs. There is a Filament demo that you can see some examples
https://demo.filamentphp.com/blog/posts/1/comments
https://github.com/filamentphp/demo
GitHub
GitHub - filamentphp/demo: Source code for the demo.filamentphp.com...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.
Thanks sir.. I will clone the repo and check this.. I will feed back you later.. Thank you for the help
Hello sir, Why my sub navigation is hide when I jump into another page?
example if I click the create user
This doesn't sound related to "table inside tab", right? Please open a new issue for each question