Replies: 2 comments 5 replies
-
Hello @Augen2203 . You can copy the To impose on your project, you can do it inside the component public function template(): ?string
{
return \App\Http\Livewire\MyCustomBs5Template::class;
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
any idea what it would look like? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I wanted to customize my table a little, but I noticed that this is not possible, since it is tightly written in the class:
"
class Bootstrap5
".Therefore, I cannot, for example, add the class table-sm or remove table-bordered, table-hover if I don't need it.
Is more customization of the tables possible?
Thanks for the great package!
Beta Was this translation helpful? Give feedback.
All reactions