laravel-views
laravel-views copied to clipboard
Add functionality tr class in table
Add method for add custom class to tr on table.
Hi @joserojasrodriguez thanks for raising this, I have some comments/questions
- what would happen to all of our components? should we have to add the
trClass()
methods to all of them as you had to do to the mocked classes? - what do you need to achieve? publishing and overriding the component isn't working for you?
Thanks