-
Hello, I've read the documentation but I'm still confused about custom styling, for example changing the style of the search column (border, background, icon, etc.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
To customise the Search Bar in particular, you'd need to publish the components.tools.toolbar blade Other elements such as tr, td, th etc are customisable via the Configure() function - See Here I do agree that it should be possible to add custom classes into the Search box though, so I'll take a look when I get a moment! |
Beta Was this translation helpful? Give feedback.
-
Are you getting any errors in your browser console?
I'm assuming you've done the relevant requires/includes and starts in your app.js, and run your webpack of choice and built your code? (E.g. npm run build or npm run dev if you're running a vote dev server).
If that all sounds a bit weird, then Livewire/Jetstream starter pack let's you kickstart your environment pretty cleanly with alpinejs etc all ready for you to go
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: bakarbsa ***@***.***>
Sent: Friday, February 10, 2023 11:36:49 PM
To: rappasoft/laravel-livewire-tables ***@***.***>
Cc: Joe McElwee ***@***.***>; Comment ***@***.***>
Subject: Re: [rappasoft/laravel-livewire-tables] Custom Styling (Discussion #1041)
Thanks for the response! I've tried edit publish view and managed to customize the search bar if you find a way to customize it via Configure() that would be great! Thanks for the effort.
After trying the filter feature, I found the problem that the filter button couldn't be clicked, and I suspected that there was a problem in Alphine Js, and when I tried to make a normal button using Alphine Js, it didn't work. Do you have any suggestions for installing Alpine Js correctly on Laravel 9? I have followed the documentation though.
—
Reply to this email directly, view it on GitHub<#1041 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZATUOXB3F2OY7VD2MLYC6LWW3GJDANCNFSM6AAAAAAUSYNR7I>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
To customise the Search Bar in particular, you'd need to publish the components.tools.toolbar blade
Other elements such as tr, td, th etc are customisable via the Configure() function - See Here
I do agree that it should be possible to add custom classes into the Search box though, so I'll take a look when I get a moment!