How to change table components and have them show in the browser? #2095
Unanswered
ethanpatchell
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Editing the core views in this way is not supported nor recommend |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I am wanting to surround the tools bar and pagination bar in a
However, I am unable to figure out how to get it to show on the website.
Below is the config file.
`'theme' => 'bootstrap-5',
I've also changed the "datatable.blade.php" page to this
<div class="card-body"> <x-livewire-tables::tools> <x-livewire-tables::tools.sorting-pills /> <x-livewire-tables::tools.filter-pills /> <x-livewire-tables::tools.toolbar /> </x-livewire-tables::tools> </div>
AND
<div class="card-body"> <x-livewire-tables::pagination :rows="$rows" /> </div>
I appreciate your help in advance :)
Beta Was this translation helpful? Give feedback.
All reactions