rappasoft/laravel-livewire-tables

[Feature Request]: Possibility of overwrite default´s classes

solusoftek opened this issue · 1 comments

Overview

Overwrite default's styles or classes for tailwind

Detailed explanation

In the td.blade.php asset file, which pertains to Tailwind styling, there's a whitespace-nowrap setting that prevents break-words or break-all from taking effect. Changing to whitespace-pre-line make the magic. It would be nice to have the option to override it with custom classes.

I understand that you've implemented functions like Label or Embed a . However, when it comes to break-words, it only worked by publishing the assets and making direct changes. The use of ->setTdAttributes doesn't seem to be effective, possibly because it appends to the default values.

Notes

No response

My Misktake, this feature exists and it's working, i just find on documentation,