Joe
Joe
Thanks, I will review this week, apologies but I've been on holiday
Changing base to "development"
@ChrisThompsonTLDR - looks like you created your patch off of the "master" branch, rather than "development". So there's some oddities in the PR that makes it look like you've changed...
@shawe Which classes are you talking about? There are numerous methods to replace the default classes For example setThAttributes, setTdAttributes, setTrAttributes etc It's explained in the styling sections on the...
For example (from the docs site) ### setTrAttributes Set a list of attributes to override on the tr elements ```php public function configure(): void { // Takes a callback that...
Using this approach allows you to customise the classes based on values of columns etc, which is much better than just setting a load of classes in a config file....
@shawe Can you share: - What you've put in the setTrAttributes - The result (please wrap the code in three ` marks either side so that I can easily grab...
Removing wontfix label. Will take another look at this hopefully next week. Don't have a problem with adding some bs specific classes to the package css file Feel free to...
As I've explained previously, your code: ``` // This was added some time before .table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-bg-type: var(--bs-body-bg) !important; } .laravel-livewire-tables-odd { --bs-table-bg-type: var(--bs-body-bg)...
> I cannot install livewire calendar on PHP version 8.2.12 There is a fork that works for latest Laravel and Livewire here: https://github.com/omnia-digital/livewire-calendar